2 references to GetAlignedSize
mscorlib (2)
system\security\securestring.cs (2)
324uint alignedSize = GetAlignedSize(size); 350SafeBSTRHandle newBuffer = SafeBSTRHandle.Allocate(null, GetAlignedSize(capacity));