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