2 writes to _text
Microsoft.AspNetCore.Razor.Microbenchmarks.Generator (2)
ProjectSetup.cs (2)
84
_text
= text;
90
_text
= SourceText.From(text, Encoding.UTF8);
1 reference to _text
Microsoft.AspNetCore.Razor.Microbenchmarks.Generator (1)
ProjectSetup.cs (1)
96
public override SourceText? GetText(CancellationToken cancellationToken = default) =>
_text
;