4 references to ParameterTypesEquivalent
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
2506
return
ParameterTypesEquivalent
(oldProperty.Parameters, newProperty.Parameters, exact) &&
2512
return
ParameterTypesEquivalent
(oldMethod.Parameters, newMethod.Parameters, exact) &&
2519
ParameterTypesEquivalent
(oldInvokeMethod.Parameters, newInvokeMethod.Parameters, exact) &&
6456
if (!
ParameterTypesEquivalent
(oldLambdaSymbol.Parameters, newLambdaSymbol.Parameters, exact: false))