1 write to TextLoader
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorDynamicFileInfo.cs (1)
21
TextLoader
= textLoader;
3 references to TextLoader
Microsoft.CodeAnalysis.ExternalAccess.Razor (3)
RazorDynamicFileInfo.cs (2)
36
/// return <see cref="RazorDynamicFileInfo.
TextLoader
"/> to load content for the dynamic file
52
return new DocumentInfo(existingDocumentInfo.Attributes, this.
TextLoader
, serviceProvider);
RazorDynamicFileInfoProviderWrapper.cs (1)
52
var dynamicFileInfo = new DynamicFileInfo(result.FilePath, result.SourceCodeKind, result.
TextLoader
, designTimeOnly, serviceProvider);