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