1 write to _customAttributes
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
3265
offset = streamReader.Read(offset, out
_customAttributes
);
1 reference to _customAttributes
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
3288
public CustomAttributeHandleCollection CustomAttributes =>
_customAttributes
;