21 references to Constructor
Crossgen2Tasks (1)
PrepareForReadyToRunCompilation.cs (1)
525EntityHandle attributeCtor = mdReader.GetCustomAttribute(attributeHandle).Constructor;
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\CustomAttributeBasedDependencyAlgorithm.cs (1)
112MethodDesc constructor = module.GetMethod(attribute.Constructor);
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
41Cts.MethodDesc constructor = module.GetMethod(attribute.Constructor);
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (1)
50EntityHandle customAttributeConstructorHandle = customAttribute.Constructor;
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\MetadataExtensions.cs (1)
156attributeCtor = metadataReader.GetCustomAttribute(attributeHandle).Constructor;
Microsoft.Build.Tasks.Core (3)
AssemblyDependency\AssemblyInformation.cs (2)
558var ctorHandle = attr.Constructor; 649var signature = reader.GetMemberReference((MemberReferenceHandle)attribute.Constructor).Signature;
ManifestUtil\MetadataReader.cs (1)
106EntityHandle ctorHandle = _reader.GetCustomAttribute(handle).Constructor;
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3091attributeCtor = metadataReader.GetCustomAttribute(customAttribute).Constructor;
Microsoft.Diagnostics.DataContractReader.Legacy (1)
MetaDataImportImpl.cs (1)
969string attrTypeName = GetCustomAttributeTypeName(ca.Constructor);
Microsoft.NET.Build.Tasks (1)
PrepareForReadyToRunCompilation.cs (1)
552EntityHandle attributeCtor = mdReader.GetCustomAttribute(attributeHandle).Constructor;
Microsoft.NET.HostModel (3)
ComHost\ClsidMap.cs (3)
222switch (attribute.Constructor.Kind) 225MemberReference refConstructor = reader.GetMemberReference((MemberReferenceHandle)attribute.Constructor); 232MethodDefinition defConstructor = reader.GetMethodDefinition((MethodDefinitionHandle)attribute.Constructor);
Microsoft.VisualStudio.TestPlatform.Common (2)
Utilities\MetadataReaderHelper.cs (2)
89if (customAttribute.Constructor.Kind != HandleKind.MethodDefinition || customAttribute.Parent.Kind != HandleKind.AssemblyDefinition) 95var methodDefinition = metadataReader.GetMethodDefinition((MethodDefinitionHandle)customAttribute.Constructor);
System.Diagnostics.FileVersionInfo (2)
System\Diagnostics\FileVersionInfo.Unix.cs (2)
256EntityHandle ctorHandle = attr.Constructor; 290EntityHandle ctorHandle = attr.Constructor;
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (1)
90return decoder.DecodeValue(Constructor, Value);
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeData.cs (1)
59EntityHandle ctorHandle = CustomAttribute.Constructor;
System\Reflection\TypeLoading\CustomAttributes\Ecma\EcmaCustomAttributeHelpers.cs (1)
82EntityHandle ctorHandle = ca.Constructor;