5 references to Resources
Microsoft.AspNetCore.Razor.Microbenchmarks (5)
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"));
Resources.cs (2)
18? $"{typeof(Resources).Namespace}.Resources.{folder}.{name}" 19: $"{typeof(Resources).Namespace}.Resources.{name}";
TextDifferencing\SourceTextDifferBenchmark.cs (1)
22var largeFileText = Resources.GetResourceText("MSN.cshtml");