9 references to PrivateScope
Microsoft.CodeAnalysis (1)
MetadataReader\ModuleExtensions.cs (1)
99case MethodAttributes.PrivateScope:
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
526case MethodAttributes.PrivateScope:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests.cs (2)
1643MethodAttributes.PrivateScope | 1656MethodAttributes.PrivateScope |
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Custom\MetadataSignatureHelper.cs (1)
264case MethodAttributes.PrivateScope: visibility = "privatescope"; break;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
622MethodAttributes.PrivateScope
System.Reflection.Emit (1)
System\Reflection\Emit\ArrayMethod.cs (1)
64public override MethodAttributes Attributes => MethodAttributes.PrivateScope;
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (1)
35protected sealed override MethodAttributes ComputeAttributes() => MethodAttributes.PrivateScope | MethodAttributes.Public | MethodAttributes.RTSpecialName;
System\Reflection\TypeLoading\Methods\RoSyntheticMethod.cs (1)
38protected sealed override MethodAttributes ComputeAttributes() => MethodAttributes.PrivateScope | MethodAttributes.Public;