1 write to Buffer
mscorlib (1)
system\security\principal\ntaccount.cs (1)
286Names[currentName].Buffer = nta.ToString();
2 references to Buffer
mscorlib (2)
system\security\principal\ntaccount.cs (2)
288if (Names[currentName].Buffer.Length * 2 + 2 > ushort.MaxValue) 296Names[currentName].Length = (ushort)(Names[currentName].Buffer.Length * 2);