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