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 555if (_attPresence[attQName] != null) 661_attPresence.Add(attQName, attributeDef); 706_attPresence.Add(attQName, SchemaAttDef.Empty); 1023if (_attPresence[attDef.Name] == null) 1059if (!_attPresence.Contains(attdef.Name)) 1589if (_attPresence[s_xsiTypeSO.QualifiedName] == null) 1593if (_attPresence[s_xsiNilSO.QualifiedName] == null) 1597if (_attPresence[s_xsiSLSO.QualifiedName] == null) 1601if (_attPresence[s_xsiNoNsSLSO.QualifiedName] == null) 2124_attPresence.Clear(); //Clear attributes hashtable for every element 2134if (_attPresence[attdef.Name] == null)