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