2 writes to nextExtentSuffix
System.IO.Log (2)
System\IO\Log\LogPolicy.cs (2)
134this.nextExtentSuffix = value; 395this.nextExtentSuffix = (long)policy.NextContainerSuffix;
2 references to nextExtentSuffix
System.IO.Log (2)
System\IO\Log\LogPolicy.cs (2)
128get { return this.nextExtentSuffix; } 300policy.NextContainerSuffix = (ulong)this.nextExtentSuffix;