2 instantiations of PreserveItemSet
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (2)
1868
preserveElementSet = new
PreserveItemSet
(namespaceName, _reader);
1885
preserveAttributeSet = new
PreserveItemSet
(namespaceName, _reader);
6 references to PreserveItemSet
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (6)
1655
Dictionary<string,
PreserveItemSet
> _preserveElements;
1656
Dictionary<string,
PreserveItemSet
> _preserveAttributes;
1862
_preserveElements = new Dictionary<string,
PreserveItemSet
>();
1865
PreserveItemSet
preserveElementSet;
1879
_preserveAttributes = new Dictionary<string,
PreserveItemSet
>();
1882
PreserveItemSet
preserveAttributeSet;