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