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