2 writes to PrefixString
System.IO.Log (2)
System\IO\Log\LogPolicy.cs (1)
285policy.PrefixString = this.newExtentPrefix;
System\IO\Log\UnsafeNativeMethods.cs (1)
355this.PrefixString = "Container"; // NOTE: Default from spec
2 references to PrefixString
System.IO.Log (2)
System\IO\Log\LogPolicy.cs (1)
386this.newExtentPrefix = policy.PrefixString;
System\IO\Log\UnsafeNativeMethods.cs (1)
356this.PrefixLengthInBytes = (ushort)(this.PrefixString.Length * 2);