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