4 references to IsRazorDocument
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionOptions.cs (1)
76
if (document.
IsRazorDocument
())
ExternalAccess\Razor\Api\Extensions.cs (1)
12
=> Host.Extensions.
IsRazorDocument
(document);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer_IncrementalAnalyzer.cs (1)
44
var isGeneratedRazorDocument = document.
IsRazorDocument
();
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
132
if (document.
IsRazorDocument
())