2 references to TypesEquivalent
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
2467
=>
TypesEquivalent
(oldParameter.ConstraintTypes, newParameter.ConstraintTypes, exact) &&
2481
TypesEquivalent
(oldType.AllInterfaces, newType.AllInterfaces, exact);