1 write to BreakStatementCount
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\ExtractMethodFlowControlInformation.cs (1)
45
BreakStatementCount
= breakStatementCount;
4 references to BreakStatementCount
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
190
else if (flowControlInformation.
BreakStatementCount
== 0)
219
if (flowControlInformation.
BreakStatementCount
== 0)
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)