1 write to _wildcards
System.Private.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
117_wildcards ??= new Dictionary<string, int>();
8 references to _wildcards
System.Private.Xml (8)
System\Xml\Schema\ContentValidator.cs (8)
119if (!_wildcards.TryGetValue(wildcard, out int lookup)) 121_wildcards.Add(wildcard, _last); 145if (_wildcards != null) 147foreach (KeyValuePair<string, int> wildcard in _wildcards) 176if (_wildcards != null && _wildcards.TryGetValue(name.Namespace, out int lookup)) 211if (_wildcards != null) 213foreach (KeyValuePair<string, int> wildcard in _wildcards)