17 references to InferenceOption
System.Data.Common (3)
System\Data\DataSet.cs (3)
2368infer.Occurrence = XmlSchemaInference.InferenceOption.Relaxed; 2371XmlSchemaInference.InferenceOption.Restricted : 2372XmlSchemaInference.InferenceOption.Relaxed;
System.Private.Xml (14)
System\Xml\Schema\Inference\Infer.cs (14)
112private InferenceOption _occurrence = InferenceOption.Restricted; 113private InferenceOption _typeInference = InferenceOption.Restricted; 133public InferenceOption Occurrence 145public InferenceOption TypeInference 309if (bCreatingNewType && this.Occurrence == InferenceOption.Restricted) 369if (bCreatingNewType && this.Occurrence == InferenceOption.Restricted) 420if (bCreatingNewType && this.Occurrence == InferenceOption.Restricted) 582if (this.Occurrence == InferenceOption.Relaxed /*&& parentSchema.Items != addLocation*/) 599if (this.Occurrence == InferenceOption.Relaxed) 1450if (iTypeFlags == TF_string || _typeInference == InferenceOption.Relaxed) 2408if (copyElement.MinOccurs != decimal.One && this.Occurrence == InferenceOption.Relaxed) 2510if (this.Occurrence == InferenceOption.Relaxed)