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