Implemented interface member:
method
GetDirtyFlag
MS.Internal.IO.Zip.IZipIOBlock.GetDirtyFlag(System.Boolean)
3 references to GetDirtyFlag
WindowsBase (3)
Base\MS\Internal\IO\Zip\ZipIOLocalFileBlock.cs (3)
127
if (
GetDirtyFlag
(closingFlag))
188
if (
GetDirtyFlag
(true)) // if we do not have closingFlag value (we should be using closingFlag=true as a more conservative approach)
243
if (
GetDirtyFlag
(closingFlag))