1 write to _overrideDictionary
System.IO.Packaging (1)
System\IO\Packaging\ZipPackage.cs (1)
950
_overrideDictionary
??= new Dictionary<PackUriHelper.ValidatedPartUri, ContentType>(OverrideDictionaryInitialSize);
10 references to _overrideDictionary
System.IO.Packaging (10)
System\IO\Packaging\ZipPackage.cs (10)
852
if (
_overrideDictionary
!= null)
854
if (
_overrideDictionary
.TryGetValue(partUri, out ContentType? val))
873
if (
_overrideDictionary
!= null)
875
if (
_overrideDictionary
.Remove(partUri))
924
if (
_overrideDictionary
!= null)
927
foreach (PackUriHelper.ValidatedPartUri key in
_overrideDictionary
.Keys)
929
WriteOverrideElement(writer, key,
_overrideDictionary
[key]);
945
[MemberNotNull(nameof(
_overrideDictionary
))]
1209
_overrideDictionary
.Add(partUri, new ContentType(contentTypeAttributeValue!));
1244
_overrideDictionary
.Add(partUri, contentType);