1 write to _options
AnalyzerRunner (1)
DiagnosticAnalyzerRunner.cs (1)
32
_options
= options;
7 references to _options
AnalyzerRunner (7)
DiagnosticAnalyzerRunner.cs (7)
69
await GetAnalysisResultAsync(solution, _analyzers,
_options
, cancellationToken).ConfigureAwait(false);
86
var analysisResult = await GetAnalysisResultAsync(solution, _analyzers,
_options
, cancellationToken).ConfigureAwait(false);
92
if (
_options
.TestDocuments)
116
if (!
_options
.TestDocumentMatch(document.FilePath))
121
var currentDocumentPerformance = await TestDocumentPerformanceAsync(_analyzers, project, documentId,
_options
, cancellationToken).ConfigureAwait(false);
172
if (!string.IsNullOrWhiteSpace(
_options
.LogFileName))
174
WriteDiagnosticResults(analysisResult.SelectManyAsArray(pair => pair.Value.GetAllDiagnostics().Select(j => Tuple.Create(pair.Key, j))),
_options
.LogFileName);