10 references to Static
dotnet-svcutil-lib (10)
CodeDomFixup\MethodCreationHelper.cs (4)
28
Attributes = MemberAttributes.Private | MemberAttributes.
Static
,
37
Attributes = MemberAttributes.Private | MemberAttributes.
Static
,
2176
Attributes = MemberAttributes.
Static
| MemberAttributes.Private,
2183
Attributes = MemberAttributes.
Static
| MemberAttributes.Private,
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (2)
1268
case MemberAttributes.
Static
:
1331
case MemberAttributes.
Static
:
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
2380
case MemberAttributes.
Static
:
2471
case MemberAttributes.
Static
:
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
1221
typeNameField.Attributes |= MemberAttributes.
Static
| MemberAttributes.Private;
1645
getSchemaStaticMethod.Attributes = MemberAttributes.
Static
| MemberAttributes.Public;