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