3 references to IsSubclassOf
illink (3)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (2)
259
else if (parameterTypeDef.
IsSubclassOf
("System.Runtime.InteropServices", "CriticalHandle", context))
264
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))