2 instantiations of InMemoryFileContent
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\TestRazorProjectItem.cs (1)
39var fileContent = new InMemoryFileContent(Content);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultImportProjectItem.cs (1)
12private readonly InMemoryFileContent _fileContent = new(content);
2 references to InMemoryFileContent
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\TestRazorProjectItem.cs (1)
39var fileContent = new InMemoryFileContent(Content);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultImportProjectItem.cs (1)
12private readonly InMemoryFileContent _fileContent = new(content);