5 references to GetOptionsForSourcePath
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\ProjectState.cs (5)
255return cache.GetOptionsForSourcePath(path); 259=> _lazyAnalyzerConfigOptions.GetValue(cancellationToken).GetOptionsForSourcePath(path); 357=> cache.GetOptionsForSourcePath(path).ConfigOptions; 450.GetValue(cancellationToken).GetOptionsForSourcePath(tree.FilePath); 457.GetValue(cancellationToken).GetOptionsForSourcePath(tree.FilePath);