5 references to NormalizedPrefixName
System.IO.Packaging (5)
System\IO\Packaging\ZipPackage.cs (5)
598normalizedPrefixNameForCurrentSequence = pieces[i].NormalizedPrefixName; 605if (pieces[i].NormalizedPrefixName != normalizedPrefixNameForCurrentSequence) 616normalizedPrefixNameForCurrentSequence = pieces[i].NormalizedPrefixName; 1394AddItem(pieceInfo.PartUri, pieceInfo.NormalizedPrefixName, pieceInfo.ZipArchiveEntry.FullName); 1425UpdateExtensionDictionary(pieces[startIndex].PartUri!, pieces[startIndex].NormalizedPrefixName);