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)
800
if (
IsInstanceOfType
(value))
844
if (
IsInstanceOfType
(value))
871
if (
IsInstanceOfType
(value))
935
if (sigElementType.
IsInstanceOfType
(value))