3 references to MinCSharpIndentLevel
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Formatting\IndentationContext.cs (1)
27public int MinCSharpIndentLevel => FirstSpan.MinCSharpIndentLevel;
Formatting\Passes\CSharpOnTypeFormattingPass.cs (1)
803minCSharpIndentation = context.GetIndentationOffsetForLevel(span.MinCSharpIndentLevel);
Formatting\SnippetFormatter.cs (1)
24var amountToAddToCSharpIndentation = razorAndHtmlContributionsToIndentation - formattingSpan.MinCSharpIndentLevel;