65 writes to Attributes
Microsoft.Build.Tasks.Core (19)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (4)
217Attributes = MemberAttributes.Final 234Attributes = MemberAttributes.Override | MemberAttributes.Public, 622Attributes = MemberAttributes.Private, 637Attributes = MemberAttributes.Public,
system.design\stronglytypedresourcebuilder.cs (15)
349ctor.Attributes = MemberAttributes.FamilyAndAssembly; 353ctor.Attributes = MemberAttributes.Public; 362Attributes = MemberAttributes.Private 366field.Attributes |= MemberAttributes.Static; 374field.Attributes = MemberAttributes.Private; 377field.Attributes |= MemberAttributes.Static; 391resMgr.Attributes = MemberAttributes.Assembly; 395resMgr.Attributes = MemberAttributes.Public; 400resMgr.Attributes |= MemberAttributes.Static; 424culture.Attributes = MemberAttributes.Assembly; 428culture.Attributes = MemberAttributes.Public; 433culture.Attributes |= MemberAttributes.Static; 579prop.Attributes = MemberAttributes.Assembly; 583prop.Attributes = MemberAttributes.Public; 588prop.Attributes |= MemberAttributes.Static;
PresentationBuildTasks (14)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (13)
886_ccRoot.StyleConnectorFn.Attributes = MemberAttributes.Public | MemberAttributes.Final; 1118_ccRoot.HookupFn.Attributes = MemberAttributes.Public | MemberAttributes.Final; 2043cmmEventHandler.Attributes = MemberAttributes.Assembly | MemberAttributes.Overloaded; 2215field.Attributes = MemberAttributes.Assembly; 2560cmmCD.Attributes = MemberAttributes.Assembly | MemberAttributes.Final; 2700cmfCL.Attributes = MemberAttributes.Private; 2755cmmCI.Attributes = MemberAttributes.Family | MemberAttributes.Override; 2790cmmGPV.Attributes = MemberAttributes.Family | MemberAttributes.Override; 2819cmmSPV.Attributes = MemberAttributes.Family | MemberAttributes.Override; 2854cmmCD.Attributes = MemberAttributes.Family | MemberAttributes.Override; 2901cmmAEH.Attributes = MemberAttributes.Family | MemberAttributes.Override; 3170cmmMain.Attributes = MemberAttributes.Public | MemberAttributes.Static; 3426_initializeComponentFn.Attributes = MemberAttributes.Public | MemberAttributes.Final;
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
670_nameField.Attributes = _fieldModifier;
System.Runtime.Serialization.Schema (19)
System\Runtime\Serialization\Schema\CodeExporter.cs (19)
856field.Attributes = MemberAttributes.Private; 1044raisePropertyChangedEventMethod.Attributes |= MemberAttributes.Family; 1305typeNameField.Attributes |= MemberAttributes.Static | MemberAttributes.Private; 1708nodeArrayField.Attributes = MemberAttributes.Private; 1721readXmlMethod.Attributes = MemberAttributes.Public | MemberAttributes.Final; 1743writeXmlMethod.Attributes = MemberAttributes.Public | MemberAttributes.Final; 1763getSchemaMethod.Attributes = MemberAttributes.Public | MemberAttributes.Final; 1780getSchemaStaticMethod.Attributes = MemberAttributes.Static | MemberAttributes.Public; 1803baseConstructor.Attributes = MemberAttributes.Public; 1824derivedConstructor.Attributes = MemberAttributes.Public; 1840serializationInfoField.Attributes = MemberAttributes.Private; 1861getObjectDataMethod.Attributes = MemberAttributes.Public | MemberAttributes.Final; 1925extensionDataObjectField.Attributes = MemberAttributes.Private; 1937extensionDataObjectProperty.Attributes = MemberAttributes.Public | MemberAttributes.Final; 1959raisePropertyChangedEventMethod.Attributes = MemberAttributes.Final; 1976propertyChangedEvent.Attributes = MemberAttributes.Public; 1994property.Attributes = MemberAttributes.Final; 1996property.Attributes |= MemberAttributes.Assembly; 1998property.Attributes |= MemberAttributes.Public;
System.Windows.Forms.Design (13)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
406docDeclaration.Attributes = newDecl.Attributes;
System\ComponentModel\Design\Serialization\ComponentCodeDomSerializer.cs (1)
230field.Attributes = fieldAttrs;
System\ComponentModel\Design\Serialization\ComponentTypeCodeDomSerializer.cs (1)
34Attributes = MemberAttributes.Private
System\ComponentModel\Design\Serialization\ContainerCodeDomSerializer.cs (1)
54Attributes = MemberAttributes.Private
System\Resources\Tools\StronglyTypedResourceBuilder.cs (9)
498constructor.Attributes = useStatic || internalClass ? MemberAttributes.FamilyAndAssembly : MemberAttributes.Public; 505Attributes = useStatic ? MemberAttributes.Static | MemberAttributes.Private : MemberAttributes.Private 514Attributes = useStatic ? MemberAttributes.Static | MemberAttributes.Private : MemberAttributes.Private 526Attributes = internalClass ? MemberAttributes.Assembly : MemberAttributes.Public 531resourceManagerProperty.Attributes |= MemberAttributes.Static; 557Attributes = internalClass ? MemberAttributes.Assembly : MemberAttributes.Public 564culture.Attributes |= MemberAttributes.Static; 720property.Attributes = internalClass ? MemberAttributes.Assembly : MemberAttributes.Public; 724property.Attributes |= MemberAttributes.Static;
44 references to Attributes
System.CodeDom (38)
Microsoft\CSharp\CSharpCodeGenerator.cs (17)
1120OutputMemberAccessModifier(e.Attributes); 1272OutputMemberAccessModifier(e.Attributes); 1273OutputVTableModifier(e.Attributes); 1274OutputFieldScopeModifier(e.Attributes); 1371OutputMemberAccessModifier(e.Attributes); 1372OutputVTableModifier(e.Attributes); 1373OutputMemberScopeModifier(e.Attributes); 1379OutputVTableModifier(e.Attributes); 1399&& (e.Attributes & MemberAttributes.ScopeMask) != MemberAttributes.Abstract) 1457OutputMemberAccessModifier(e.Attributes); 1458OutputVTableModifier(e.Attributes); 1459OutputMemberScopeModifier(e.Attributes); 1464OutputVTableModifier(e.Attributes); 1491if (IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract) 1507if (IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract) 1765OutputMemberAccessModifier(e.Attributes); 2322if ((e.Attributes & MemberAttributes.New) != 0)
Microsoft\VisualBasic\VBCodeGenerator.cs (18)
683if ((e.Attributes & MemberAttributes.New) != 0) 1471OutputMemberAccessModifier(e.Attributes); 1531OutputMemberAccessModifier(e.Attributes); 1532OutputVTableModifier(e.Attributes); 1533OutputFieldScopeModifier(e.Attributes); 1552if ((e.Attributes & MemberAttributes.Overloaded) != 0) 1602OutputMemberAccessModifier(e.Attributes); 1606OutputVTableModifier(e.Attributes); 1607OutputMemberScopeModifier(e.Attributes); 1612OutputVTableModifier(e.Attributes); 1676&& (e.Attributes & MemberAttributes.ScopeMask) != MemberAttributes.Abstract) 1714if ((e.Attributes & MemberAttributes.Overloaded) != 0) 1754OutputMemberAccessModifier(e.Attributes); 1760OutputVTableModifier(e.Attributes); 1761OutputMemberScopeModifier(e.Attributes); 1766OutputVTableModifier(e.Attributes); 1824if (!c.IsInterface && (e.Attributes & MemberAttributes.ScopeMask) != MemberAttributes.Abstract) 1883OutputMemberAccessModifier(e.Attributes);
System\CodeDom\Compiler\CodeValidator.cs (3)
301if (!(IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract)) 309if (!(IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract)) 365&& (e.Attributes & MemberAttributes.ScopeMask) != MemberAttributes.Abstract)
System.Windows.Forms.Design (6)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (5)
404if (!docDeclaration.Attributes.Equals(newDecl.Attributes)) 406docDeclaration.Attributes = newDecl.Attributes; 488if ((string.Equals(newField.Name, docField.Name)) && newField.Attributes == docField.Attributes && TypesEqual(newField.Type, docField.Type))
System\ComponentModel\Design\Serialization\TypeCodeDomSerializer.cs (1)
310MemberAttributes modifiers = field.Attributes & MemberAttributes.AccessMask;