1 write to TestDocumentIterations
AnalyzerRunner (1)
Options.cs (1)
109
TestDocumentIterations
= testDocumentIterations;
3 references to TestDocumentIterations
AnalyzerRunner (3)
DiagnosticAnalyzerRunner.cs (3)
188
for (int i = 0; i < analyzerOptionsInternal.
TestDocumentIterations
; i++)
197
return new DocumentAnalyzerPerformance(analyzerOptionsInternal.
TestDocumentIterations
/ stopwatch.Elapsed.TotalSeconds, stopwatch.AllocatedBytes / Math.Max(1, analyzerOptionsInternal.
TestDocumentIterations
));