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)
128
if (
_wildcards
== null)
132
object lookup =
_wildcards
[wildcard];
135
_wildcards
.Add(wildcard, _last);
156
if (
_wildcards
!= null)
158
foreach (string wildcard in
_wildcards
.Keys)
162
match.Add(
_wildcards
[wildcard]);
185
if (
_wildcards
!= null)
187
lookup =
_wildcards
[name.Namespace];
230
if (
_wildcards
!= null)
232
foreach (DictionaryEntry de in
_wildcards
)