1 implementation of TryGetSpeculativeSemanticModelAsync
Microsoft.CodeAnalysis.Workspaces (1)
SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (1)
41
public async Task<SemanticModel?>
TryGetSpeculativeSemanticModelAsync
(SemanticModel previousSemanticModel, SyntaxNode currentBodyNode, CancellationToken cancellationToken)
1 reference to TryGetSpeculativeSemanticModelAsync
Microsoft.CodeAnalysis.Workspaces (1)
SemanticModelReuse\SemanticModelWorkspaceServiceFactory.SemanticModelWorkspaceService.cs (1)
201
var semanticModel = await reuseService.
TryGetSpeculativeSemanticModelAsync
(reuseInfo.PreviousNonSpeculativeSemanticModel, bodyNode, cancellationToken).ConfigureAwait(false);