1 write to _moduleCustomAttributes
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
4711
offset = streamReader.Read(offset, out
_moduleCustomAttributes
);
1 reference to _moduleCustomAttributes
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
4761
public CustomAttributeHandleCollection ModuleCustomAttributes =>
_moduleCustomAttributes
;