2 writes to Length
mscorlib (2)
microsoft\win32\win32native.cs (2)
537
this.
Length
= (ushort) stringBytes;
554
this.
Length
= (ushort)stringBytes;
2 references to Length
mscorlib (2)
system\security\principal\sid.cs (2)
1024
ReferencedDomains[i] = Marshal.PtrToStringUni(ti.Name.Buffer, ti.Name.
Length
/ sizeof(char));
1041
string account = Marshal.PtrToStringUni(Ltn.Name.Buffer, Ltn.Name.
Length
/ sizeof(char)); ;