2 references to SwitchBody
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
266
statementPart = (int)SwitchExpressionPart.
SwitchBody
;
347
SwitchExpressionPart.
SwitchBody
=> TextSpan.FromBounds(node.SwitchKeyword.SpanStart, node.CloseBraceToken.Span.End),