1 write to _project
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
69
_project
= project;
11 references to _project
Microsoft.CodeAnalysis.Remote.ServiceHub (11)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (11)
140
var skippedAnalyzersInfo =
_project
.GetSkippedAnalyzersInfo(_analyzerInfoCache);
161
documentAnalysisScope,
_project
, _analyzerInfoCache, cancellationToken).ConfigureAwait(false);
173
unitCount +=
_project
.DocumentIds.Count;
181
_project
, VersionStamp.Default, compilationWithAnalyzers.Compilation,
284
s_compilationWithAnalyzersCache.Project ==
_project
)
311
foreach (var reference in
_project
.Solution.AnalyzerReferences.Concat(
_project
.AnalyzerReferences))
318
var analyzers = reference.GetAnalyzers(
_project
.Language);
326
return new CompilationWithAnalyzersCacheEntry(_solutionChecksum,
_project
, compilationWithAnalyzers, analyzerToIdMap);
335
var compilation = await
_project
.GetRequiredCompilationAsync(cancellationToken).ConfigureAwait(false);
347
options: new WorkspaceAnalyzerOptions(
_project
.AnalyzerOptions, _ideOptions),