7 references to IsDelegate
System.Private.CoreLib (7)
Internal\Reflection\Augments\ReflectionAugments.cs (4)
271
if (!runtimeDelegateTypeInfo.
IsDelegate
)
296
if (!runtimeDelegateTypeInfo.
IsDelegate
)
327
if (!runtimeDelegateTypeInfo.
IsDelegate
)
348
Debug.Assert(runtimeDelegateType.
IsDelegate
);
System\Reflection\Runtime\General\Helpers.cs (1)
120
Debug.Assert(delegateType.
IsDelegate
);
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (2)
78
if (!runtimeDelegateTypeInfo.
IsDelegate
)
310
Debug.Assert(runtimeDelegateType.
IsDelegate
);