1 write to _fixedArguments
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
2620
offset = streamReader.Read(offset, out
_fixedArguments
);
1 reference to _fixedArguments
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
2631
public HandleCollection FixedArguments =>
_fixedArguments
;