5 references to Resources
Microsoft.AspNetCore.Razor.Microbenchmarks (5)
Formatting\DocumentFormattingBenchmark.cs (2)
60
_sourceText = SourceText.From(
Resources
.GetResourceText("DocumentFormattingBenchmark.cshtml", folder: "Formatting"));
61
var htmlFormattedText = SourceText.From(
Resources
.GetResourceText("DocumentFormattingBenchmark.htmlformatted.cshtml", folder: "Formatting"));
Resources.cs (2)
18
? $"{typeof(
Resources
).Namespace}.Resources.{folder}.{name}"
19
: $"{typeof(
Resources
).Namespace}.Resources.{name}";
TextDifferencing\SourceTextDifferBenchmark.cs (1)
22
var largeFileText =
Resources
.GetResourceText("MSN.cshtml");