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)
182if (_numBytes == Uninitialized) 201if (_numBytes == Uninitialized) 218if (_numBytes == Uninitialized) 258if (_numBytes == Uninitialized) 293if (_numBytes == Uninitialized) 330if (_numBytes == Uninitialized) 362if (_numBytes == Uninitialized) 365return (ulong) _numBytes; 375if ((ulong)_numBytes < sizeInBytes) 377if ((ulong)(ptr - (byte*) handle) > ((ulong)_numBytes) - sizeInBytes)