Base:
property
IsEnumType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.IsEnumType
3 references to IsEnumType
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (1)
457Debug.Assert(aggTypeDest.IsEnumType);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2687AggregateType typeEnum = type1.IsEnumType ? type1 : type2;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
298Debug.Assert(IsEnumType);