1 implementation of TrueCustomAttributes
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
245
public IEnumerable<CustomAttributeData>
TrueCustomAttributes
=> RuntimeCustomAttributeData.GetCustomAttributes(_reader, _method.CustomAttributes);
2 references to TrueCustomAttributes
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
78
foreach (CustomAttributeData cad in _common.
TrueCustomAttributes
)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
66
return _common.
TrueCustomAttributes
;