2 overrides of IsStructOrEnum
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
277
public override bool
IsStructOrEnum
Microsoft\CSharp\RuntimeBinder\Semantics\Types\NullableType.cs (1)
44
public override bool
IsStructOrEnum
=> true;
1 reference to IsStructOrEnum
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1056
!pObject.Type.
IsStructOrEnum