2 references to EnumTypesAreCompatible
Metrics (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AbstractSpeculationAnalyzer.cs (2)
420
if (
EnumTypesAreCompatible
(type, newType) ||
421
EnumTypesAreCompatible
(newType, type))