2 instantiations of IndentationContext
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\FormattingContext.cs (2)
97
indentations[i] = new
IndentationContext
(
124
indentations[i] = new
IndentationContext
(
3 references to IndentationContext
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Formatting\FormattingContext.cs (3)
23
private IReadOnlyDictionary<int,
IndentationContext
>? _indentations;
67
public IReadOnlyDictionary<int,
IndentationContext
> GetIndentations()
72
var indentations = new Dictionary<int,
IndentationContext
>();