1 write to TextLoader
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorDynamicFileInfo.cs (1)
21TextLoader = textLoader;
3 references to TextLoader
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
RazorDynamicFileInfo.cs (2)
36/// return <see cref="RazorDynamicFileInfo.TextLoader"/> to load content for the dynamic file 52return new DocumentInfo(existingDocumentInfo.Attributes, this.TextLoader, serviceProvider);
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\Razor\RazorDynamicFileInfoProvider.cs (1)
49dynamicInfo.TextLoader,