1 write to _attPresence
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
211
_attPresence
= new Hashtable();
12 references to _attPresence
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (12)
478
_attPresence
.Clear(); //Clear attributes hashtable for every element
555
if (
_attPresence
[attQName] != null)
661
_attPresence
.Add(attQName, attributeDef);
706
_attPresence
.Add(attQName, SchemaAttDef.Empty);
1023
if (
_attPresence
[attDef.Name] == null)
1059
if (!
_attPresence
.Contains(attdef.Name))
1589
if (
_attPresence
[s_xsiTypeSO.QualifiedName] == null)
1593
if (
_attPresence
[s_xsiNilSO.QualifiedName] == null)
1597
if (
_attPresence
[s_xsiSLSO.QualifiedName] == null)
1601
if (
_attPresence
[s_xsiNoNsSLSO.QualifiedName] == null)
2124
_attPresence
.Clear(); //Clear attributes hashtable for every element
2134
if (
_attPresence
[attdef.Name] == null)