2 references to Create
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Extensions\SourceGeneratedDocumentExtensions.cs (1)
12
return RazorGeneratedDocumentIdentity.
Create
(sourceGeneratedDocument).IsRazorSourceGeneratedDocument();
Microsoft.CodeAnalysis.Remote.Razor (1)
DocumentMapping\RemoteSpanMappingService.cs (1)
230
var identity = RazorGeneratedDocumentIdentity.
Create
(generatedDocument);