3 references to TryGetBreakFlowValue
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
288
if (flowControlInformation.
TryGetBreakFlowValue
(out var breakValue) && Equals(breakValue, value))
444
var returnStatement = flowControlInformation.
TryGetBreakFlowValue
(out var flowValue)
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\ExtractMethodFlowControlInformation.cs (1)
16
/// created. That mapping can be queried using the <see cref="
TryGetBreakFlowValue
"/> helper (and siblings).