Base:
property
UnderlyingEnumType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.UnderlyingEnumType
4 references to UnderlyingEnumType
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
482
CType underlyingType = aggTypeDest.
UnderlyingEnumType
;
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (3)
2689
Debug.Assert(type1 == typeEnum || type1 == typeEnum.
UnderlyingEnumType
);
2690
Debug.Assert(type2 == typeEnum || type2 == typeEnum.
UnderlyingEnumType
);
2708
typeDst = typeEnum.
UnderlyingEnumType
;