2 instantiations of IndentationData
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\Passes\CSharpOnTypeFormattingPass.cs (2)
706sourceMappingIndentations[originalLocation] = new IndentationData(indentation); 721sourceMappingIndentations[containingDirective.EndPosition - 1] = new IndentationData(lazyLoad: true, offset: originalLocation - 1);
2 references to IndentationData
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\Passes\CSharpOnTypeFormattingPass.cs (2)
687var sourceMappingIndentations = new SortedDictionary<int, IndentationData>(); 1194public int GetIndentation(SortedDictionary<int, IndentationData> sourceMappingIndentations, int[] indentationScopes, int minCSharpIndentation)