14 references to InferenceOption
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (14)
122
private
InferenceOption
_occurrence =
InferenceOption
.Restricted;
123
private
InferenceOption
_typeInference =
InferenceOption
.Restricted;
147
public
InferenceOption
Occurrence
160
public
InferenceOption
TypeInference
331
if (bCreatingNewType && this.Occurrence ==
InferenceOption
.Restricted)
390
if (bCreatingNewType && this.Occurrence ==
InferenceOption
.Restricted)
441
if (bCreatingNewType && this.Occurrence ==
InferenceOption
.Restricted)
600
if (this.Occurrence ==
InferenceOption
.Relaxed /*&& parentSchema.Items != addLocation*/)
617
if (this.Occurrence ==
InferenceOption
.Relaxed)
1469
if (iTypeFlags == TF_string || _typeInference ==
InferenceOption
.Relaxed)
2428
if (copyElement.MinOccurs != Decimal.One && this.Occurrence ==
InferenceOption
.Relaxed)
2530
if (this.Occurrence ==
InferenceOption
.Relaxed)