5 references to GetOptionsForSourcePath
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\ProjectState.cs (5)
344
=> _analyzerConfigOptionsCache.Lazy.GetValue(cancellationToken).
GetOptionsForSourcePath
(path);
420
=> cache.
GetOptionsForSourcePath
(path).ConfigOptionsWithoutFallback;
499
=> cache.
GetOptionsForSourcePath
(path).ConfigOptionsWithFallback;
583
.GetValue(cancellationToken).
GetOptionsForSourcePath
(tree.FilePath);
590
.GetValue(cancellationToken).
GetOptionsForSourcePath
(tree.FilePath);