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