9 references to ToTrueCustomAttributes
System.Reflection.MetadataLoadContext (9)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.cs (1)
42
public sealed override IEnumerable<CustomAttributeData> CustomAttributes => AssemblyDefinition.GetCustomAttributes().
ToTrueCustomAttributes
(GetEcmaManifestModule());
System\Reflection\TypeLoading\Events\Ecma\EcmaEvent.cs (1)
36
public sealed override IEnumerable<CustomAttributeData> CustomAttributes => EventDefinition.GetCustomAttributes().
ToTrueCustomAttributes
(_module);
System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs (1)
35
protected sealed override IEnumerable<CustomAttributeData> GetTrueCustomAttributes() => FieldDefinition.GetCustomAttributes().
ToTrueCustomAttributes
(_module);
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
28
public IEnumerable<CustomAttributeData> ComputeTrueCustomAttributes() => MethodDefinition.GetCustomAttributes().
ToTrueCustomAttributes
(_module);
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.cs (1)
47
public sealed override IEnumerable<CustomAttributeData> CustomAttributes => ModuleDefinition.GetCustomAttributes().
ToTrueCustomAttributes
(this);
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (1)
38
protected sealed override IEnumerable<CustomAttributeData> GetTrueCustomAttributes() => Parameter.GetCustomAttributes().
ToTrueCustomAttributes
(GetEcmaModule());
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (1)
35
public sealed override IEnumerable<CustomAttributeData> CustomAttributes => PropertyDefinition.GetCustomAttributes().
ToTrueCustomAttributes
(_module);
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (1)
72
protected sealed override IEnumerable<CustomAttributeData> GetTrueCustomAttributes() => TypeDefinition.GetCustomAttributes().
ToTrueCustomAttributes
(GetEcmaModule());
System\Reflection\TypeLoading\Types\Ecma\EcmaGenericParameterType.cs (1)
33
public sealed override IEnumerable<CustomAttributeData> CustomAttributes => GenericParameter.GetCustomAttributes().
ToTrueCustomAttributes
(GetEcmaModule());