2 references to IsSkipUDOps
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
551
if (!typeSrc.IsClassType && !typeSrc.IsStructType || ((AggregateType)typeSrc).OwningAggregate.
IsSkipUDOps
())
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2377
if (type is AggregateType ats && (ats.IsClassType || ats.IsStructType) && !ats.OwningAggregate.
IsSkipUDOps
())