2 instantiations of PreserveItemSet
System.IO.Packaging (2)
System\IO\Packaging\XmlCompatibilityReader.cs (2)
1669
preserveElementSet = new
PreserveItemSet
(namespaceName, _reader);
1681
preserveAttributeSet = new
PreserveItemSet
(namespaceName, _reader);
6 references to PreserveItemSet
System.IO.Packaging (6)
System\IO\Packaging\XmlCompatibilityReader.cs (6)
1473
private Dictionary<string,
PreserveItemSet
>? _preserveElements;
1474
private Dictionary<string,
PreserveItemSet
>? _preserveAttributes;
1665
_preserveElements ??= new Dictionary<string,
PreserveItemSet
>();
1666
PreserveItemSet
? preserveElementSet;
1677
_preserveAttributes ??= new Dictionary<string,
PreserveItemSet
>();
1678
PreserveItemSet
? preserveAttributeSet;