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