5 references to IsMemberAttributeContext
Microsoft.CodeAnalysis.CSharp.Features (5)
Completion\KeywordRecommenders\EventKeywordRecommender.cs (1)
49
context.
IsMemberAttributeContext
(SyntaxKindSet.ClassInterfaceStructRecordTypeDeclarations, cancellationToken);
Completion\KeywordRecommenders\FieldKeywordRecommender.cs (1)
29
=> context.
IsMemberAttributeContext
(s_validTypeDeclarations, cancellationToken);
Completion\KeywordRecommenders\MethodKeywordRecommender.cs (1)
22
if (context.
IsMemberAttributeContext
(SyntaxKindSet.ClassInterfaceStructRecordTypeDeclarations, cancellationToken))
Completion\KeywordRecommenders\PropertyKeywordRecommender.cs (1)
19
=> context.
IsMemberAttributeContext
(SyntaxKindSet.ClassInterfaceStructRecordTypeDeclarations, cancellationToken);
Completion\KeywordRecommenders\ReturnKeywordRecommender.cs (1)
31
context.
IsMemberAttributeContext
(SyntaxKindSet.ClassInterfaceStructRecordTypeDeclarations, cancellationToken) ||