2 references to IsDelegate
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (2)
645
return 0 != (Classification & TypeClassification.
IsDelegate
);
845
classification |= TypeClassification.
IsDelegate
;