1 write to _names
System.Xaml (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (1)
1995
_names
= new HashSet<string>();
5 references to _names
System.Xaml (5)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (5)
1963
return _all || (
_names
is not null &&
_names
.Contains(elementName));
1982
if (
_names
is not null)
1993
if (
_names
is null)
1998
_names
.Add(elementName);