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(); 902return _schemaCollection; 927_schemaCollection.XmlResolver = value; 1060_validator = BaseValidator.CreateInstance(valType, this, _schemaCollection, _eventHandling, _processIdentityConstraints);