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