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