1 write to _preserveAttributes
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (1)
1879
_preserveAttributes
= new Dictionary<string, PreserveItemSet>();
5 references to _preserveAttributes
PresentationBuildTasks (5)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (5)
1877
if (
_preserveAttributes
is null)
1883
if (!
_preserveAttributes
.TryGetValue(namespaceName, out preserveAttributeSet))
1886
_preserveAttributes
.Add(namespaceName, preserveAttributeSet);
1935
if (
_preserveAttributes
is not null)
1937
foreach (string key in
_preserveAttributes
.Keys)