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