6 references to ReconcileAccessor
System.Xml (6)
System\Xml\Serialization\XmlReflectionImporter.cs (6)
205element = (ElementAccessor)ReconcileAccessor(element, this.elements); 209mapping.Elements[0] = (ElementAccessor)ReconcileAccessor(mapping.Elements[0], this.elements); 260return (ElementAccessor)ReconcileAccessor(element, this.elements); 274return (ElementAccessor)ReconcileAccessor(accessor, this.elements); 1397attribute = (AttributeAccessor)ReconcileAccessor(attribute, xsdAttributes); 1558attribute = (AttributeAccessor)ReconcileAccessor(attribute, xsdAttributes);