11 references to IsTypeOf
illink (11)
Linker.Dataflow\HandleCallAction.cs (4)
131
if (constraint.ConstraintType.
IsTypeOf
("System", "Enum"))
142
} else if (staticTypeDef.IsSealed || staticTypeDef.
IsTypeOf
("System", "Delegate") || staticTypeDef.
IsTypeOf
("System", "Array")) {
159
} else if (staticTypeDef.
IsTypeOf
("System", "Enum")) {
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
219
parameterTypeDef.
IsTypeOf
("System.Text", "StringBuilder")) {
Linker.Dataflow\TypeProxy.cs (1)
40
public bool IsTypeOf (string @namespace, string name) => Type.
IsTypeOf
(@namespace, name);
Linker.Steps\MarkStep.cs (3)
286
if (ca.AttributeType.
IsTypeOf
("System.Runtime.InteropServices", "DynamicInterfaceCastableImplementationAttribute"))
2534
if (!iface_type.
IsTypeOf
("System.Runtime.InteropServices", "ICustomMarshaler"))
3214
if (customAttribute.AttributeType.
IsTypeOf
("System.Runtime.CompilerServices", "InlineArrayAttribute"))
Linker.Steps\RootAssemblyInputStep.cs (1)
189
if (attribute.Constructor.DeclaringType.
IsTypeOf
("System.Runtime.CompilerServices", "InternalsVisibleToAttribute")) {
Linker\TypeReferenceExtensions.cs (1)
398
if (baseType.
IsTypeOf
(ns, name))