2 writes to _schemaCollection
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (2)
151
_schemaCollection
= new XmlSchemaCollection(_coreReader.NameTable);
234
_schemaCollection
= new XmlSchemaCollection(_coreReader.NameTable);
5 references to _schemaCollection
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (5)
152
_schemaCollection
.XmlResolver = GetResolver();
238
_schemaCollection
.XmlResolver = GetResolver();
902
return
_schemaCollection
;
927
_schemaCollection
.XmlResolver = value;
1060
_validator = BaseValidator.CreateInstance(valType, this,
_schemaCollection
, _eventHandling, _processIdentityConstraints);