2 references to CreateMixedString
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\IndentCache.cs (2)
78
return
CreateMixedString
(tabCount, spaceCount);
94
indentString =
CreateMixedString
(tabCount, spaceCount);