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