5 references to GetOptionsForSourcePath
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\ProjectState.cs (5)
344
=> _analyzerConfigOptionsCache.Lazy.GetValue(cancellationToken).
GetOptionsForSourcePath
(path);
453
=> cache.
GetOptionsForSourcePath
(path).ConfigOptionsWithoutFallback;
506
=> cache.
GetOptionsForSourcePath
(path).ConfigOptionsWithFallback;
564
.GetValue(cancellationToken).
GetOptionsForSourcePath
(tree.FilePath);
580
.GetValue(cancellationToken).
GetOptionsForSourcePath
(tree.FilePath);