Base:
method
IsInstanceOfType
System.Type.IsInstanceOfType(System.Object)
5 references to IsInstanceOfType
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldAccessor.cs (1)
352
if (!_fieldInfo.m_declaringType.
IsInstanceOfType
(target))
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (4)
819
if (
IsInstanceOfType
(value))
863
if (
IsInstanceOfType
(value))
890
if (
IsInstanceOfType
(value))
954
if (sigElementType.
IsInstanceOfType
(value))