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