Base:
property
IsDelegateType
Microsoft.CSharp.RuntimeBinder.Semantics.CType.IsDelegateType
9 references to IsDelegateType
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversions.cs (2)
229!aggSrc.IsDelegateType || 230!pTarget.IsDelegateType ||
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1094if (aggSource.IsInterfaceType || aggSource.IsDelegateType) 1420if (aggDest.IsInterfaceType || aggDest.IsDelegateType)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymbolLoader.cs (2)
340Debug.Assert(pSource != null && pSource.IsDelegateType); 341Debug.Assert(pDest != null && pDest.IsDelegateType);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\BoundAnonymousFunction.cs (1)
14Debug.Assert(type.IsDelegateType);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
612if ((aggSrc.IsInterfaceType || aggSrc.IsDelegateType) && TryVarianceAdjustmentToGetAccessibleType(context, aggSrc, out CType typeDst)) 667Debug.Assert(typeSrc.IsInterfaceType || typeSrc.IsDelegateType);