34 instantiations of RazorSourceChecksumAttribute
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (28)
ChecksumValidatorTest.cs (19)
33
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some import"), "/Views/Home/_ViewImports.cstml"),
49
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some import"), "/Views/Home/_ViewImports.cstml"),
50
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), "/Views/Home/Index.cstml"),
79
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some import"), "/Views/Home/_ViewImports.cstml"),
80
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), "/Views/Home/About.cstml"),
96
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some import"), "/Views/Home/_ViewImports.cstml"),
97
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), "/Views/Home/Index.cstml"),
115
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some import"), "/Views/Home/_ViewImports.cstml"),
116
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), "/Views/Home/Index.cstml"),
134
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some import"), "/Views/Home/_ViewImports.cstml"),
135
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), "/Views/Home/Index.cstml"),
153
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some import"), "/Views/Home/_ViewImports.cstml"),
154
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), "/Views/Home/Index.cstml"),
173
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some other import"), "/Views/_ViewImports.cstml"),
174
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some import"), "/Views/Home/_ViewImports.cstml"),
175
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), "/Views/Home/Index.cstml"),
195
new
RazorSourceChecksumAttribute
("SHA256", GetChecksumSHA256("some other import"), "/Views/_ViewImports.cstml"),
196
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some import"), "/Views/Home/_ViewImports.cstml"),
197
new
RazorSourceChecksumAttribute
("Sha256", GetChecksumSHA256("some content"), "/Views/Home/Index.cstml"),
RuntimeViewCompilerTest.cs (9)
266
new
RazorSourceChecksumAttribute
("sha1", GetChecksum("some content"), "/Views/Some-Other-View"),
339
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), path),
373
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some other content"), path),
401
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), path),
431
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), path),
468
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), path),
504
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), path),
544
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some content"), path),
545
new
RazorSourceChecksumAttribute
("SHA1", GetChecksum("some import"), importPath),
RazorBuildWebSite.Views (6)
Pages\Rzc\Page.cs (2)
15
[global::Microsoft.AspNetCore.Razor.Hosting.
RazorSourceChecksumAttribute
(@"SHA1", @"994150b02ce31b2e2bc6f6e84a5b2018c2517527", @"/Pages/Rzc/Page.cshtml")]
16
[global::Microsoft.AspNetCore.Razor.Hosting.
RazorSourceChecksumAttribute
(@"SHA1", @"6e8da24aa0669afc00c9420240b06856670645a9", @"/Pages/_ViewImports.cshtml")]
Views\Common\CommonView.cs (2)
15
[global::Microsoft.AspNetCore.Razor.Hosting.
RazorSourceChecksumAttribute
(@"SHA1", @"56260f24a80ae2b8854fd2c9a1005bae485882cc", @"/Views/Common/CommonView.cshtml")]
16
[global::Microsoft.AspNetCore.Razor.Hosting.
RazorSourceChecksumAttribute
(@"SHA1", @"f265f06036e4378eada2a78f5366ad0e13e1d8af", @"/_ViewImports.cshtml")]
Views\Rzc\View.cs (2)
15
[global::Microsoft.AspNetCore.Razor.Hosting.
RazorSourceChecksumAttribute
(@"SHA1", @"56260f24a80ae2b8854fd2c9a1005bae485882cc", @"/Views/Rzc/View.cshtml")]
16
[global::Microsoft.AspNetCore.Razor.Hosting.
RazorSourceChecksumAttribute
(@"SHA1", @"f265f06036e4378eada2a78f5366ad0e13e1d8af", @"/Views/_ViewImports.cshtml")]
1 reference to RazorSourceChecksumAttribute
Microsoft.AspNetCore.Razor.Runtime (1)
Hosting\RazorSourceChecksumAttribute.cs (1)
23
/// Creates a new <see cref="
RazorSourceChecksumAttribute
"/>.