8 references to TryGetSyntaxTreeForOption
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (8)
src\RoslynAnalyzers\Utilities\Compiler\Options\AnalyzerOptionsExtensions.cs (8)
40return TryGetSyntaxTreeForOption(symbol.ContainingSymbol, out tree); 53=> TryGetSyntaxTreeForOption(symbol, out var tree) 71=> TryGetSyntaxTreeForOption(symbol, out var tree) 89=> TryGetSyntaxTreeForOption(symbol, out var tree) 122=> TryGetSyntaxTreeForOption(symbol, out var tree) 194=> TryGetSyntaxTreeForOption(symbol, out var tree) 302=> TryGetSyntaxTreeForOption(symbol, out var tree) 311=> TryGetSyntaxTreeForOption(symbol, out var tree)