1 write to BreakStatementCount
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\ExtractMethodFlowControlInformation.cs (1)
45
BreakStatementCount
= breakStatementCount;
2 references to BreakStatementCount
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\ExtractMethodFlowControlInformation.cs (1)
127
=> (
BreakStatementCount
> 0, ContinueStatementCount > 0, ReturnStatementCount > 0, EndPointIsReachable) switch
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
256
if (AnalyzerResult.FlowControlInformation.
BreakStatementCount
> 0)