1 write to _lowerBounds
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
41
offset = streamReader.Read(offset, out
_lowerBounds
);
1 reference to _lowerBounds
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
56
public Int32Collection LowerBounds =>
_lowerBounds
;