5 references to GetCustomAttributes
ILCompiler.Compiler (2)
Compiler\Dataflow\FlowAnnotations.cs (1)
506
reader, reader.GetPropertyDefinition(propertyHandle).
GetCustomAttributes
());
src\runtime\src\coreclr\tools\Common\Compiler\PropertyPseudoDesc.cs (1)
49
return Definition.
GetCustomAttributes
();
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Property.cs (1)
86
Ecma.CustomAttributeHandleCollection customAttributes = propDef.
GetCustomAttributes
();
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\PropertyPseudoDesc.cs (1)
49
return Definition.
GetCustomAttributes
();
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (1)
35
public sealed override IEnumerable<CustomAttributeData> CustomAttributes => PropertyDefinition.
GetCustomAttributes
().ToTrueCustomAttributes(_module);