1 write to _options
IdeCoreBenchmarks (1)
FormatterBenchmarks.cs (1)
58
_options
= new CSharpSyntaxFormattingOptions()
1 reference to _options
IdeCoreBenchmarks (1)
FormatterBenchmarks.cs (1)
69
var formattedDoc = Formatter.FormatAsync(_document, Formatter.Annotation,
_options
, CancellationToken.None).Result;