2 writes to schemas
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
959
this.
schemas
= schemas;
1131
schemas
= new XmlSchemaSet();
8 references to schemas
System.Xml (8)
System\Xml\Serialization\Mappings.cs (8)
993
if (
schemas
!= null) {
995
foreach (XmlSchema s in
schemas
.Schemas()) {
1037
return
schemas
;
1130
if (
schemas
== null)
1132
object typeInfo = getSchemaMethod.Invoke(null, new object[] {
schemas
});
1156
schemas
.ValidationEventHandler += new ValidationEventHandler(ValidationCallbackWithErrorCode);
1157
schemas
.Compile();
1164
ArrayList srcSchemas = (ArrayList)
schemas
.Schemas(xsiType.Namespace);