2 instantiations of IndentationMapData
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\CSharpFormatter.cs (2)
280
indentationMap.Add(projectedDocumentIndex, new
IndentationMapData
()
293
indentationMap.Add(projectedDocumentIndex, new
IndentationMapData
()
6 references to IndentationMapData
Microsoft.CodeAnalysis.Razor.Workspaces (6)
Formatting\CSharpFormatter.cs (6)
103
Dictionary<int,
IndentationMapData
> indentationMap,
121
var
indentationMapData = indentationMap[projectedIndex];
246
private static async Task<(Dictionary<int,
IndentationMapData
>, SyntaxTree)> InitializeIndentationDataAsync(
254
var indentationMap = new Dictionary<int,
IndentationMapData
>();
307
Dictionary<int,
IndentationMapData
> indentationMap,
313
var
indentationMapData = indentationMap[projectedDocumentIndex];