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