2 references to IsTypeOf
illink (2)
Linker.Steps\MarkStep.cs (1)
906
var isDynamicDependency = ca.AttributeType.
IsTypeOf
<DynamicDependencyAttribute>();
Linker\LinkContext.cs (1)
452
if (!ca.AttributeType.
IsTypeOf
<AssemblyMetadataAttribute>())