4 writes to Content
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (3)
RuntimeViewCompilerTest.cs (3)
445file.Content = "different"; 518file.Content = "some content"; 558importFile.Content = "different content";
Microsoft.AspNetCore.Mvc.Views.TestCommon (1)
TestFileProvider.cs (1)
43Content = contents,
2 references to Content
Microsoft.AspNetCore.Mvc.Views.TestCommon (2)
TestFileInfo.cs (2)
28Length = Encoding.UTF8.GetByteCount(Content); 39var bytes = Encoding.UTF8.GetBytes(Content);