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