2 references to GetSemanticModelAsync
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\DocumentExtensions.cs (1)
55
semanticModel = await document.
GetSemanticModelAsync
(SemanticModelOptions.DisableNullableAnalysis, cancellationToken).ConfigureAwait(false);
Workspace\Solution\Document.cs (1)
301
semanticModel = await this.
GetSemanticModelAsync
(SemanticModelOptions.DisableNullableAnalysis, cancellationToken).ConfigureAwait(false);