1 write to _attPresence
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
53
_attPresence
= new Hashtable();
3 references to _attPresence
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (3)
255
_attPresence
.Clear();
276
_attPresence
.Add(attnDef.Name, attnDef);
311
context.ElementDecl.CheckAttributes(
_attPresence
, reader.StandAlone);