19 references to Static
Microsoft.Build.Tasks.Core (5)
system.design\stronglytypedresourcebuilder.cs (5)
366
field.Attributes |= MemberAttributes.
Static
;
377
field.Attributes |= MemberAttributes.
Static
;
400
resMgr.Attributes |= MemberAttributes.
Static
;
433
culture.Attributes |= MemberAttributes.
Static
;
588
prop.Attributes |= MemberAttributes.
Static
;
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
3219
Attributes = MemberAttributes.Public | MemberAttributes.
Static
System.CodeDom (6)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
1620
case MemberAttributes.
Static
:
1706
case MemberAttributes.
Static
:
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
505
case MemberAttributes.
Static
:
568
case MemberAttributes.
Static
:
System\CodeDom\Compiler\CodeGenerator.cs (2)
1079
case MemberAttributes.
Static
:
1132
case MemberAttributes.
Static
:
System.Runtime.Serialization.Schema (2)
System\Runtime\Serialization\Schema\CodeExporter.cs (2)
1305
typeNameField.Attributes |= MemberAttributes.
Static
| MemberAttributes.Private;
1780
getSchemaStaticMethod.Attributes = MemberAttributes.
Static
| MemberAttributes.Public;
System.Windows.Forms.Design (5)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (5)
505
Attributes = useStatic ? MemberAttributes.
Static
| MemberAttributes.Private : MemberAttributes.Private
514
Attributes = useStatic ? MemberAttributes.
Static
| MemberAttributes.Private : MemberAttributes.Private
531
resourceManagerProperty.Attributes |= MemberAttributes.
Static
;
564
culture.Attributes |= MemberAttributes.
Static
;
724
property.Attributes |= MemberAttributes.
Static
;