1 write to _names
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
50
_names
= new Dictionary<XmlQualifiedName, int>();
7 references to _names
System.Private.Xml (7)
System\Xml\Schema\ContentValidator.cs (7)
74
if (
_names
.TryGetValue(name, out int symbol))
84
_names
.Add(name, _last);
135
foreach (KeyValuePair<XmlQualifiedName, int> entry in
_names
)
141
match.Add(
_names
[name]);
171
if (
_names
.TryGetValue(name, out int symbol))
188
public bool Exists(XmlQualifiedName name) =>
_names
.ContainsKey(name);
203
foreach (KeyValuePair<XmlQualifiedName, int> name in
_names
)