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);
550
if (HasIdentityConstraints && !
_attPresence
.Contains(attdef.Name))
561
context.ElementDecl.CheckAttributes(
_attPresence
, reader.StandAlone);