Base:
method
IsInstanceOfType
System.Type.IsInstanceOfType(System.Object)
8 references to IsInstanceOfType
mscorlib (8)
system\reflection\ConstructorInfo.cs (1)
358
if (!m_declaringType.
IsInstanceOfType
(target))
system\reflection\fieldinfo.cs (1)
519
if (!m_declaringType.
IsInstanceOfType
(target))
system\reflection\methodinfo.cs (1)
658
if (!m_declaringType.
IsInstanceOfType
(target))
system\rttype.cs (4)
4366
if (
IsInstanceOfType
(value))
4407
if (elementType.
IsInstanceOfType
(value) || value == null)
4455
if (
IsInstanceOfType
(value))
4461
if (elementType.
IsInstanceOfType
(value) || value == null)
system\runtime\remoting\stackbuildersink.cs (1)
414
if (!reflectedType.
IsInstanceOfType
(mbr))