15 references to GetRequiredNullableDisabledSemanticModelAsync
Microsoft.CodeAnalysis.CSharp.Features (3)
Debugging\DataTipInfoGetter.cs (2)
39
var semanticModel = await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);
50
var semanticModel = await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);
DocumentHighlighting\CSharpDocumentHighlightsService.cs (1)
63
semanticModel ??= await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Features (8)
Debugging\AbstractDataTipInfoGetter.cs (1)
29
var semanticModel = await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);
DocumentHighlighting\AbstractDocumentHighlightsService.cs (1)
68
var semanticModel = await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
780
return new DocumentSemanticModel(await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false));
3383
? new(await oldProject.Solution.GetRequiredDocument(oldDeclaration.SyntaxTree).
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false))
EmbeddedLanguages\Classification\AbstractEmbeddedLanguageClassificationService.cs (1)
44
semanticModel = await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);
IntroduceUsingStatement\AbstractIntroduceUsingStatementCodeRefactoringProvider.cs (1)
217
var semanticModel = await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);
NavigateTo\AbstractNavigateToSearchService.NormalSearch.cs (1)
111
var semanticModel = await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);
Navigation\AbstractNavigableItemsService.cs (1)
46
var semanticModel = await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (4)
Classification\SyntaxClassification\AbstractSyntaxClassificationService.cs (1)
37
var semanticModel = await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\FindReferenceCache.cs (1)
39
var model = await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);
ObsoleteSymbol\AbstractObsoleteSymbolService.cs (1)
35
var semanticModel = await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Editing\ImportAdderService.cs (1)
185
var model = await document.
GetRequiredNullableDisabledSemanticModelAsync
(cancellationToken).ConfigureAwait(false);