2 references to BaseTypesEquivalent
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
4553
else if (!
BaseTypesEquivalent
(oldType, newType, exact: true))
4555
if (
BaseTypesEquivalent
(oldType, newType, exact: false))