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)
127if (GetDirtyFlag(closingFlag)) 188if (GetDirtyFlag(true)) // if we do not have closingFlag value (we should be using closingFlag=true as a more conservative approach) 243if (GetDirtyFlag(closingFlag))