3 references to GetResourceText
Microsoft.AspNetCore.Razor.Microbenchmarks (3)
Formatting\DocumentFormattingBenchmark.cs (2)
60_sourceText = SourceText.From(Resources.GetResourceText("DocumentFormattingBenchmark.cshtml", folder: "Formatting")); 61var htmlFormattedText = SourceText.From(Resources.GetResourceText("DocumentFormattingBenchmark.htmlformatted.cshtml", folder: "Formatting"));
TextDifferencing\SourceTextDifferBenchmark.cs (1)
22var largeFileText = Resources.GetResourceText("MSN.cshtml");