1 write to SourceFileContent
Microsoft.AspNetCore.Diagnostics.Abstractions (1)
CompilationFailure.cs (1)
45SourceFileContent = sourceFileContent;
9 references to SourceFileContent
Microsoft.AspNetCore.Diagnostics (1)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (1)
305.SourceFileContent?
Microsoft.AspNetCore.Diagnostics.Abstractions (1)
CompilationFailure.cs (1)
65/// For templated files, the <see cref="SourceFileContent"/> represents the original content and
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (7)
CompilerFailedExceptionFactoryTest.cs (5)
110Assert.Equal(fileContent, failure.SourceFileContent); 180Assert.Equal("View Content", failure.SourceFileContent); 213Assert.Equal("Global Import Content", failure.SourceFileContent); 270Assert.Equal("view-content", failure.SourceFileContent); 294Assert.Equal("compilation-content", failure.SourceFileContent);
RuntimeViewCompilerTest.cs (2)
758Assert.Equal(fileContent, compilationFailure.SourceFileContent); 777Assert.Equal(content, compilationFailure.SourceFileContent);