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