2 references to GetEnumUnderlyingTypeOrSelf
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
4755ITypeSymbol? stepEnumUnderlyingTypeOrSelf = ITypeSymbolHelpers.GetEnumUnderlyingTypeOrSelf(operation.StepValue.Type); 4926ITypeSymbol? stepValueEnumUnderlyingTypeOrSelf = ITypeSymbolHelpers.GetEnumUnderlyingTypeOrSelf(stepValue.Type);