4 references to AsNullable
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.GenerateParameterCodeAction.cs (1)
54
cancellationToken).
AsNullable
();
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
46
return await SpecializedTasks.
AsNullable
(GetFoldingRangesAsync(_globalOptions, document, lineFoldingOnly, cancellationToken)).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction.cs (1)
735
=> _createChangedSolution(progress, cancellationToken).
AsNullable
();
Workspace\Solution\SolutionCompilationState.cs (1)
1220
? GetCompilationTracker(project.Id).GetCompilationAsync(this, cancellationToken).
AsNullable
()