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