1 write to IsGenericConstraintContext
Microsoft.CodeAnalysis.Workspaces (1)
SyntaxContext.cs (1)
100
this.
IsGenericConstraintContext
= isGenericConstraintContext;
2 references to IsGenericConstraintContext
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\KeywordRecommenders\AbstractNativeIntegerKeywordRecommender.cs (1)
19
context.
IsGenericConstraintContext
)
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\AbstractRecommendationServiceBasedCompletionProvider.cs (1)
47
else if (context.
IsGenericConstraintContext
)