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