4 references to Extents
System.IO.Log (4)
System\IO\Log\LogPolicy.cs (2)
216if (this.growthRate.Type == PolicyUnitType.Extents) 241if (this.pinnedTailThreshold.Type == PolicyUnitType.Extents)
System\IO\Log\PolicyUnit.cs (2)
21else if (type == PolicyUnitType.Extents) 84return new PolicyUnit(value, PolicyUnitType.Extents);