2 writes to _analyzerConfigOptionsCache
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\ProjectState.cs (2)
83
_analyzerConfigOptionsCache
= analyzerConfigOptionsCache;
104
_analyzerConfigOptionsCache
= new AnalyzerConfigOptionsCache(AnalyzerConfigDocumentStates, fallbackAnalyzerOptions);
2 references to _analyzerConfigOptionsCache
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\ProjectState.cs (2)
111
new ProjectSyntaxTreeOptionsProvider(
_analyzerConfigOptionsCache
)));
352
=>
_analyzerConfigOptionsCache
.Lazy.GetValue(cancellationToken).GetOptionsForSourcePath(path);