2 writes to _schemas
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
354
_schemas
= new XmlSchemaSet(NameTable);
361
_schemas
= value;
5 references to _schemas
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (5)
352
if (
_schemas
== null)
356
return
_schemas
;
1433
if (
_schemas
== null ||
_schemas
.Count == 0)
1446
DocumentSchemaValidator validator = new DocumentSchemaValidator(this,
_schemas
, validationEventHandler);