1 instantiation of SharedSyntaxContextsWithSpeculativeModel
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionService_GetCompletions.cs (1)
93var sharedContext = new SharedSyntaxContextsWithSpeculativeModel(document, caretPosition);
6 references to SharedSyntaxContextsWithSpeculativeModel
Microsoft.CodeAnalysis.Features (6)
Completion\CompletionContext.cs (2)
44private SharedSyntaxContextsWithSpeculativeModel? SharedSyntaxContextsWithSpeculativeModel { get; } 142SharedSyntaxContextsWithSpeculativeModel? sharedSyntaxContextsWithSpeculativeModel,
Completion\CompletionService_GetCompletions.cs (3)
93var sharedContext = new SharedSyntaxContextsWithSpeculativeModel(document, caretPosition); 235SharedSyntaxContextsWithSpeculativeModel sharedContext, 326SharedSyntaxContextsWithSpeculativeModel? sharedContext,
Completion\SharedSyntaxContextsWithSpeculativeModel.cs (1)
44static AsyncLazy<SyntaxContext> GetLazySyntaxContextWithSpeculativeModel(Document document, SharedSyntaxContextsWithSpeculativeModel self)