2 writes to _schemas
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
1068
_schemas
= schemas;
1277
_schemas
??= new XmlSchemaSet();
7 references to _schemas
System.Private.Xml (7)
System\Xml\Serialization\Mappings.cs (7)
1110
if (
_schemas
!= null)
1113
foreach (XmlSchema s in
_schemas
.Schemas())
1167
return
_schemas
;
1278
object? typeInfo = _getSchemaMethod.Invoke(null, new object[] {
_schemas
});
1308
_schemas
.ValidationEventHandler += new ValidationEventHandler(ValidationCallbackWithErrorCode);
1309
_schemas
.Compile();
1319
ArrayList srcSchemas = (ArrayList)
_schemas
.Schemas(_xsiType.Namespace);