3 writes to _numBytes
mscorlib (3)
system\runtime\interopservices\safebuffer.cs (3)
93
_numBytes
= Uninitialized;
113
_numBytes
= (UIntPtr) numBytes;
135
_numBytes
= checked((UIntPtr) (numElements * sizeOfEachElement));
10 references to _numBytes
mscorlib (10)
system\runtime\interopservices\safebuffer.cs (10)
182
if (
_numBytes
== Uninitialized)
201
if (
_numBytes
== Uninitialized)
218
if (
_numBytes
== Uninitialized)
258
if (
_numBytes
== Uninitialized)
293
if (
_numBytes
== Uninitialized)
330
if (
_numBytes
== Uninitialized)
362
if (
_numBytes
== Uninitialized)
365
return (ulong)
_numBytes
;
375
if ((ulong)
_numBytes
< sizeInBytes)
377
if ((ulong)(ptr - (byte*) handle) > ((ulong)
_numBytes
) - sizeInBytes)