2 references to isCorrespondingType
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
516
(x, y) =>
isCorrespondingType
(x.TypeWithAnnotations, y.TypeWithAnnotations) &&
520
isCorrespondingType
(invokeMethod.ReturnTypeWithAnnotations, otherInvokeMethod.ReturnTypeWithAnnotations);