2 instantiations of ZipIOExtraFieldZip64Element
WindowsBase (2)
Base\MS\Internal\IO\Zip\ZipIOExtraFieldElement.cs (1)
59newElement = new ZipIOExtraFieldZip64Element();
Base\MS\Internal\IO\Zip\ZipIOExtraFieldZip64Element.cs (1)
53ZipIOExtraFieldZip64Element newElement = new ZipIOExtraFieldZip64Element();
9 references to ZipIOExtraFieldZip64Element
WindowsBase (9)
Base\MS\Internal\IO\Zip\ZipIOExtraField.cs (5)
44extraField._zip64Element = ZipIOExtraFieldZip64Element.CreateNew(); 81ZipIOExtraFieldZip64Element zip64Element = newElement as ZipIOExtraFieldZip64Element; 127extraField._zip64Element = ZipIOExtraFieldZip64Element.CreateNew(); 317private ZipIOExtraFieldZip64Element _zip64Element;
Base\MS\Internal\IO\Zip\ZipIOExtraFieldElement.cs (2)
57if (id == ZipIOExtraFieldZip64Element.ConstantFieldId) // Found Zip64 Extra Field element 60((ZipIOExtraFieldZip64Element) newElement).Zip64ExtraFieldUsage = zip64extraFieldUsage;
Base\MS\Internal\IO\Zip\ZipIOExtraFieldZip64Element.cs (2)
51internal static ZipIOExtraFieldZip64Element CreateNew() 53ZipIOExtraFieldZip64Element newElement = new ZipIOExtraFieldZip64Element();