3 references to IsRazorSourceGeneratedDocument
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Extensions\SolutionExtensions.cs (1)
91
if (!identity.
IsRazorSourceGeneratedDocument
())
Extensions\SourceGeneratedDocumentExtensions.cs (1)
12
return RazorGeneratedDocumentIdentity.Create(sourceGeneratedDocument).
IsRazorSourceGeneratedDocument
();
Microsoft.CodeAnalysis.Remote.Razor (1)
DocumentMapping\RemoteSpanMappingService.cs (1)
231
if (!identity.
IsRazorSourceGeneratedDocument
())