4 references to IsRazorDocument
Microsoft.CodeAnalysis.Features (2)
Completion\CompletionOptions.cs (1)
76if (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)
44var isGeneratedRazorDocument = document.IsRazorDocument();
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
132if (document.IsRazorDocument())