1 instantiation of CSharpDecompiledSourceFormattingRule
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
DecompiledSource\CSharpDecompiledSourceFormattingRule.cs (1)
13public static readonly AbstractFormattingRule Instance = new CSharpDecompiledSourceFormattingRule();
1 reference to CSharpDecompiledSourceFormattingRule
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
DecompiledSource\CSharpDecompiledSourceService.cs (1)
76CSharpDecompiledSourceFormattingRule.Instance.Concat(Formatter.GetDefaultFormattingRules(document)),