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