5 references to Create
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\RazorSourceDocument.cs (4)
65var properties = RazorSourceDocumentProperties.Create(fileName, relativePath: null); 89var properties = RazorSourceDocumentProperties.Create(fileName, relativePath: null); 154return new RazorSourceDocument(sourceText, RazorSourceDocumentProperties.Create(filePath, relativePath)); 217var properties = RazorSourceDocumentProperties.Create(fileName, relativePath: null);
SourceGenerators\SourceGeneratorProjectItem.cs (1)
35_source = RazorSourceDocument.Create(text, RazorSourceDocumentProperties.Create(AdditionalText.Path, relativePhysicalPath));