4 references to ImplementInterface
mscorlib (4)
system\reflection\typeinfo.cs (1)
68
return typeInfo.
ImplementInterface
(this);
system\rttype.cs (1)
3736
return c.
ImplementInterface
(this);
system\type.cs (2)
1696
return c.
ImplementInterface
(this);
1734
(interfaces[i] != null && interfaces[i].
ImplementInterface
(ifaceType)))