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