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