1 write to TextLoader
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorDynamicFileInfo.cs (1)
21TextLoader = 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 52return new DocumentInfo(existingDocumentInfo.Attributes, this.TextLoader, serviceProvider);
RazorDynamicFileInfoProviderWrapper.cs (1)
52var dynamicFileInfo = new DynamicFileInfo(result.FilePath, result.SourceCodeKind, result.TextLoader, designTimeOnly, serviceProvider);