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