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