6 references to GetCSharpAnalyzerOptions
Microsoft.CodeAnalysis.CSharp.Features (6)
CSharpAnalyzerOptionsProvider.cs (6)
135
=>
GetCSharpAnalyzerOptions
(context.Options, context.SemanticModel.SyntaxTree);
138
=>
GetCSharpAnalyzerOptions
(context.Options, context.Node.SyntaxTree);
141
=>
GetCSharpAnalyzerOptions
(context.Options, context.Tree);
144
=>
GetCSharpAnalyzerOptions
(context.Options, context.SemanticModel.SyntaxTree);
147
=>
GetCSharpAnalyzerOptions
(context.Options, context.Operation.Syntax.SyntaxTree);
150
=>
GetCSharpAnalyzerOptions
(context.Options, syntaxTree);