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