示例#1
0
        public RemoveReadonlyFromSerializedFieldQuickFix(RedundantSerializeFieldAttributeWarning highlighting)
        {
            myAttribute = highlighting.Attribute;
            var attributeSectionList = AttributeSectionListNavigator.GetByAttribute(myAttribute);

            myMultipleFieldDeclaration = MultipleFieldDeclarationNavigator.GetByAttributes(attributeSectionList);
            myFieldDeclarations        = FieldDeclarationNavigator.GetByAttribute(myAttribute);
        }
 public MarkSerializableQuickFix(RedundantSerializeFieldAttributeWarning highlighting)
 {
     myAttribute = highlighting.Attribute;
 }
 public RedundantAttributeDeadCodeQuickFix(RedundantSerializeFieldAttributeWarning highlighting)
 {
     myAttribute = highlighting.Attribute;
 }