12 references to Member
Microsoft.CodeAnalysis.CSharp.Features (10)
Structure\Providers\AccessorDeclarationStructureProvider.cs (1)
45type: BlockTypes.Member,
Structure\Providers\ConstructorDeclarationStructureProvider.cs (1)
45type: BlockTypes.Member,
Structure\Providers\ConversionOperatorDeclarationStructureProvider.cs (1)
47type: BlockTypes.Member,
Structure\Providers\DestructorDeclarationStructureProvider.cs (1)
36type: BlockTypes.Member,
Structure\Providers\EnumDeclarationStructureProvider.cs (1)
40type: BlockTypes.Member,
Structure\Providers\EventDeclarationStructureProvider.cs (1)
46type: BlockTypes.Member,
Structure\Providers\IndexerDeclarationStructureProvider.cs (1)
46type: BlockTypes.Member,
Structure\Providers\MethodDeclarationStructureProvider.cs (1)
45type: BlockTypes.Member,
Structure\Providers\OperatorDeclarationStructureProvider.cs (1)
45type: BlockTypes.Member,
Structure\Providers\PropertyDeclarationStructureProvider.cs (1)
45type: BlockTypes.Member,
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Structure\OmniSharpBlockTypes.cs (1)
22public static string Member => BlockTypes.Member;
Microsoft.CodeAnalysis.Features (1)
Structure\BlockTypes.cs (1)
20public const string Member = nameof(Member);