5 references to GetOuterOperationAndCorrespondingInnerOperation
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (5)
IOperation\IOperationTests_IBranchOperation.Extensions.cs (5)
31
var result =
GetOuterOperationAndCorrespondingInnerOperation
<LabeledStatementSyntax, GotoStatementSyntax>(@"
326
var (expected, actual) =
GetOuterOperationAndCorrespondingInnerOperation
<ForStatementSyntax, BreakStatementSyntax>(@"
344
var (expected, actual) =
GetOuterOperationAndCorrespondingInnerOperation
<SwitchStatementSyntax, BreakStatementSyntax>(@"
361
var (expected, actual) =
GetOuterOperationAndCorrespondingInnerOperation
<TOuterSyntax, TInnerSyntax>(source);
368
var (expected, actual) =
GetOuterOperationAndCorrespondingInnerOperation
<SwitchStatementSyntax, BreakStatementSyntax>(source);