3 references to IsSubclassOf
illink (3)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (2)
306
else if (parameterTypeDef.
IsSubclassOf
("System.Runtime.InteropServices", "CriticalHandle", context))
311
else if (parameterTypeDef.
IsSubclassOf
("System.Runtime.InteropServices", "SafeHandle", context))
Linker.Steps\LinkAttributesParser.cs (1)
347
else if (arg.Type.
IsSubclassOf
(elementType.Namespace, elementType.Name, _context))