2 references to GetCorrespondingOperation
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (2)
IOperation\IOperationTests_IBranchOperation.Extensions.cs (2)
23
Assert.ThrowsAny<ArgumentNullException>(() => OperationExtensions.
GetCorrespondingOperation
(null));
381
var correspondingOfInner = inner?.
GetCorrespondingOperation
();