5 references to IsDelegate
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
1156Debug.Assert(!_results.BestResult || _results.BestResult.MethProp().getClass().IsDelegate()); 1157Debug.Assert(!_results.BestResult || _results.BestResult.GetType().OwningAggregate.IsDelegate()); 1198return _pGroup.OptionalObject?.Type is AggregateType agg && agg.OwningAggregate.IsDelegate()
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
233public override bool IsDelegateType => OwningAggregate.IsDelegate();
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1003if (agg.IsDelegate())