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