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