4 references to AssemblyDefinition
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\MetadataReaderHelper.cs (1)
89if (customAttribute.Constructor.Kind != HandleKind.MethodDefinition || customAttribute.Parent.Kind != HandleKind.AssemblyDefinition)
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\CodedIndex.cs (3)
216case HandleKind.AssemblyDefinition: return HasCustomAttributeTag.Assembly; 290case HandleKind.AssemblyDefinition: return HasDeclSecurityTag.Assembly; 573case HandleKind.AssemblyDefinition: return HasCustomDebugInformationTag.Assembly;