31 references to AllGlobalMemberModifiers
Microsoft.CodeAnalysis.CSharp.Features (30)
Completion\CompletionProviders\SpeculativeTCompletionProvider.cs (1)
106
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\AsyncKeywordRecommender.cs (1)
37
|| context.SyntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken)
Completion\KeywordRecommenders\BoolKeywordRecommender.cs (1)
40
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\ByteKeywordRecommender.cs (1)
41
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\CharKeywordRecommender.cs (1)
40
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\DecimalKeywordRecommender.cs (1)
40
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\DoubleKeywordRecommender.cs (1)
40
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\DynamicKeywordRecommender.cs (1)
63
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\EventKeywordRecommender.cs (1)
41
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\FixedKeywordRecommender.cs (1)
31
(context.SyntaxTree.IsGlobalMemberDeclarationContext(context.Position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\FloatKeywordRecommender.cs (1)
40
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\InternalKeywordRecommender.cs (1)
36
if (context.SyntaxTree.IsGlobalMemberDeclarationContext(context.Position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\IntKeywordRecommender.cs (1)
41
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\LongKeywordRecommender.cs (1)
41
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\NewKeywordRecommender.cs (1)
73
context.SyntaxTree.IsGlobalMemberDeclarationContext(context.Position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\ObjectKeywordRecommender.cs (1)
39
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\PrivateKeywordRecommender.cs (1)
37
if (context.SyntaxTree.IsGlobalMemberDeclarationContext(context.Position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\PublicKeywordRecommender.cs (1)
23
if (context.SyntaxTree.IsGlobalMemberDeclarationContext(context.Position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\ReadOnlyKeywordRecommender.cs (1)
32
context.SyntaxTree.IsGlobalMemberDeclarationContext(context.Position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\RefKeywordRecommender.cs (2)
40
/// Same as <see cref="SyntaxKindSet.
AllGlobalMemberModifiers
"/> with ref-specific exclusions
58
/// Same as <see cref="SyntaxKindSet.
AllGlobalMemberModifiers
"/> with ref-specific exclusions for C# script
Completion\KeywordRecommenders\SByteKeywordRecommender.cs (1)
41
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\ShortKeywordRecommender.cs (1)
41
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\StringKeywordRecommender.cs (1)
41
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\UIntKeywordRecommender.cs (1)
41
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\ULongKeywordRecommender.cs (1)
41
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\UShortKeywordRecommender.cs (1)
48
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\VoidKeywordRecommender.cs (2)
53
context.SyntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
112
=> context.SyntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Completion\KeywordRecommenders\VolatileKeywordRecommender.cs (1)
29
context.SyntaxTree.IsGlobalMemberDeclarationContext(context.Position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs (1)
757
syntaxTree.IsGlobalMemberDeclarationContext(position, SyntaxKindSet.
AllGlobalMemberModifiers
, cancellationToken) ||