1 write to _attPresence
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
70_attPresence = new Hashtable();
4 references to _attPresence
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (4)
472_attPresence.Clear(); 500_attPresence.Add(attnDef.Name, attnDef); 550if (HasIdentityConstraints && !_attPresence.Contains(attdef.Name)) 561context.ElementDecl.CheckAttributes(_attPresence, reader.StandAlone);