2 overrides of SyntaxFormatting
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpFormattingAnalyzer.cs (1)
14protected override ISyntaxFormatting SyntaxFormatting
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicFormattingAnalyzer.vb (1)
14Protected Overrides ReadOnly Property SyntaxFormatting As ISyntaxFormatting
2 references to SyntaxFormatting
Microsoft.CodeAnalysis.Features (2)
AbstractFormattingAnalyzer.cs (2)
42var options = context.GetAnalyzerOptions().GetSyntaxFormattingOptions(SyntaxFormatting); 43FormattingAnalyzerHelper.AnalyzeSyntaxTree(context, SyntaxFormatting, Descriptor, options);