11 references to IsTypeOf
illink (11)
Linker.Dataflow\HandleCallAction.cs (4)
142
if (constraint.ConstraintType.
IsTypeOf
("System", "Enum"))
157
else if (staticTypeDef.IsSealed || staticTypeDef.
IsTypeOf
("System", "Delegate") || staticTypeDef.
IsTypeOf
("System", "Array"))
176
else if (staticTypeDef.
IsTypeOf
("System", "Enum"))
Linker.Dataflow\ReflectionMethodBodyScanner.cs (1)
232
parameterTypeDef.
IsTypeOf
("System.Text", "StringBuilder"))
Linker.Dataflow\TypeProxy.cs (1)
41
public bool IsTypeOf(string @namespace, string name) => Type.
IsTypeOf
(@namespace, name);
Linker.Steps\MarkStep.cs (3)
294
if (ca.AttributeType.
IsTypeOf
("System.Runtime.InteropServices", "DynamicInterfaceCastableImplementationAttribute"))
2743
if (!iface_type.
IsTypeOf
("System.Runtime.InteropServices", "ICustomMarshaler"))
3479
if (customAttribute.AttributeType.
IsTypeOf
("System.Runtime.CompilerServices", "InlineArrayAttribute"))
Linker.Steps\RootAssemblyInputStep.cs (1)
196
if (attribute.Constructor.DeclaringType.
IsTypeOf
("System.Runtime.CompilerServices", "InternalsVisibleToAttribute"))
Linker\TypeReferenceExtensions.cs (1)
432
if (baseType.
IsTypeOf
(ns, name))