Base:
property
IsDelegateType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.IsDelegateType
9 references to IsDelegateType
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversions.cs (2)
233
!aggSrc.
IsDelegateType
||
234
!pTarget.
IsDelegateType
||
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1095
if (aggSource.IsInterfaceType || aggSource.
IsDelegateType
)
1421
if (aggDest.IsInterfaceType || aggDest.
IsDelegateType
)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (2)
352
Debug.Assert(pSource != null && pSource.
IsDelegateType
);
353
Debug.Assert(pDest != null && pDest.
IsDelegateType
);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\BoundAnonymousFunction.cs (1)
14
Debug.Assert(type.
IsDelegateType
);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
638
if ((aggSrc.IsInterfaceType || aggSrc.
IsDelegateType
) && TryVarianceAdjustmentToGetAccessibleType(context, aggSrc, out CType typeDst))
694
Debug.Assert(typeSrc.IsInterfaceType || typeSrc.
IsDelegateType
);