1 write to _indentations
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\FormattingContext.cs (1)
139
_indentations
= indentations;
2 references to _indentations
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Formatting\FormattingContext.cs (2)
69
if (
_indentations
is null)
142
return
_indentations
;