1 implementation of ComputeTrueCustomAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
28
public IEnumerable<CustomAttributeData>
ComputeTrueCustomAttributes
() => MethodDefinition.GetCustomAttributes().ToTrueCustomAttributes(_module);
2 references to ComputeTrueCustomAttributes
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
30
public sealed override IEnumerable<CustomAttributeData> CustomAttributes => _decoder.
ComputeTrueCustomAttributes
();
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
54
foreach (CustomAttributeData cad in _decoder.
ComputeTrueCustomAttributes
())