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