7 writes to m_length
mscorlib (7)
system\security\securestring.cs (7)
56
m_length
= str.m_length;
67
m_length
= 0;
80
m_length
= length;
146
m_length
++;
164
m_length
= 0;
214
++
m_length
;
269
pBuffer[--
m_length
] = (char)0;
16 references to m_length
mscorlib (16)
system\security\securestring.cs (16)
56
m_length = str.
m_length
;
127
return
m_length
;
140
EnsureCapacity(
m_length
+ 1);
145
m_buffer.Write<char>((uint)
m_length
* sizeof(char), c);
192
if( index < 0 || index >
m_length
) {
200
EnsureCapacity(
m_length
+ 1);
210
for (int i =
m_length
; i > index; i--) {
251
if( index < 0 || index >=
m_length
) {
265
for (int i = index; i <
m_length
- 1; i++)
290
if( index < 0 || index >=
m_length
) {
404
m_length
,
433
m_length
,
453
if(
m_length
== 0 || m_encrypted) {
482
int length =
m_length
;
531
int length =
m_length
;
654
if(
m_length
== 0) {