2 writes to PrefixLengthInBytes
System.IO.Log (2)
System\IO\Log\LogPolicy.cs (1)
284policy.PrefixLengthInBytes = (ushort)((this.newExtentPrefix.Length) * 2);
System\IO\Log\UnsafeNativeMethods.cs (1)
356this.PrefixLengthInBytes = (ushort)(this.PrefixString.Length * 2);