5 references to IsDelegate
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (3)
1155Debug.Assert(!_results.BestResult || _results.BestResult.MethProp().getClass().IsDelegate()); 1156Debug.Assert(!_results.BestResult || _results.BestResult.GetType().OwningAggregate.IsDelegate()); 1197return _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)
983if (agg.IsDelegate())