2 references to EnumTypesAreCompatible
Microsoft.CodeAnalysis.Workspaces (2)
AbstractSpeculationAnalyzer.cs (2)
387if (EnumTypesAreCompatible(type, newType) || 388EnumTypesAreCompatible(newType, type))