2 writes to _schemas
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
1107_schemas = schemas; 1316_schemas ??= new XmlSchemaSet();
7 references to _schemas
System.Private.Xml (7)
System\Xml\Serialization\Mappings.cs (7)
1149if (_schemas != null) 1152foreach (XmlSchema s in _schemas.Schemas()) 1206return _schemas; 1317object? typeInfo = _getSchemaMethod.Invoke(null, new object[] { _schemas }); 1347_schemas.ValidationEventHandler += new ValidationEventHandler(ValidationCallbackWithErrorCode); 1348_schemas.Compile(); 1358ArrayList srcSchemas = (ArrayList)_schemas.Schemas(_xsiType.Namespace);