1 write to _attPresence
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
47
_attPresence
= new Hashtable();
3 references to _attPresence
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (3)
171
_attPresence
.Clear();
187
_attPresence
.Add(attnDef.Name, attnDef);
218
context.ElementDecl.CheckAttributes(
_attPresence
, Reader.StandAlone);