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