5 references to Restricted
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (5)
122
private InferenceOption _occurrence = InferenceOption.
Restricted
;
123
private InferenceOption _typeInference = InferenceOption.
Restricted
;
331
if (bCreatingNewType && this.Occurrence == InferenceOption.
Restricted
)
390
if (bCreatingNewType && this.Occurrence == InferenceOption.
Restricted
)
441
if (bCreatingNewType && this.Occurrence == InferenceOption.
Restricted
)