2 references to FallThrough
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\ExtractMethodFlowControlInformation.cs (2)
102
flowValues[FlowControlKind.
FallThrough
] = values[valuesIndex++];
149
=> _flowValues.TryGetValue(FlowControlKind.
FallThrough
, out value);