17 references to InferenceOption
System.Data (3)
fx\src\data\System\Data\DataSet.cs (3)
2177infer.Occurrence = XmlSchemaInference.InferenceOption.Relaxed; 2180infer.TypeInference = XmlSchemaInference.InferenceOption.Restricted; 2182infer.TypeInference = XmlSchemaInference.InferenceOption.Relaxed;
System.Xml (14)
System\Xml\Schema\Inference\Infer.cs (14)
124InferenceOption occurrence = InferenceOption.Restricted; 125InferenceOption typeInference = InferenceOption.Restricted; 149public InferenceOption Occurrence 162public InferenceOption TypeInference 329if (bCreatingNewType && this.Occurrence == InferenceOption.Restricted) 388if (bCreatingNewType && this.Occurrence == InferenceOption.Restricted) 439if (bCreatingNewType && this.Occurrence == InferenceOption.Restricted) 599if (this.Occurrence == InferenceOption.Relaxed /*&& parentSchema.Items != addLocation*/) 616if (this.Occurrence == InferenceOption.Relaxed) 1443if (iTypeFlags == TF_string || this.typeInference == InferenceOption.Relaxed) 2389if (copyElement.MinOccurs != Decimal.One && this.Occurrence == InferenceOption.Relaxed) 2489if (this.Occurrence == InferenceOption.Relaxed)