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