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