1 write to _wildcards
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
130_wildcards = new Hashtable();
10 references to _wildcards
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (10)
128if (_wildcards == null) 132object lookup = _wildcards[wildcard]; 135_wildcards.Add(wildcard, _last); 156if (_wildcards != null) 158foreach (string wildcard in _wildcards.Keys) 162match.Add(_wildcards[wildcard]); 185if (_wildcards != null) 187lookup = _wildcards[name.Namespace]; 230if (_wildcards != null) 232foreach (DictionaryEntry de in _wildcards)