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