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