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