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