3 references to GetResourceText
Microsoft.AspNetCore.Razor.Microbenchmarks (3)
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"));
TextDifferencing\SourceTextDifferBenchmark.cs (1)
22
var largeFileText = Resources.
GetResourceText
("MSN.cshtml");