7 writes to internalScope
System.ServiceModel (7)
System\ServiceModel\Channels\RedirectionScope.cs (7)
29
this.
internalScope
= scope;
52
this.
internalScope
= InternalRedirectionScope.Unknown;
173
this.
internalScope
= InternalRedirectionScope.Message;
177
this.
internalScope
= InternalRedirectionScope.Session;
181
this.
internalScope
= InternalRedirectionScope.Endpoint;
185
this.
internalScope
= InternalRedirectionScope.Custom;
190
this.
internalScope
= InternalRedirectionScope.Custom;
3 references to internalScope
System.ServiceModel (3)
System\ServiceModel\Channels\RedirectionScope.cs (3)
74
if (this.
internalScope
== InternalRedirectionScope.Unknown)
79
return this.
internalScope
;
193
Fx.Assert(this.
internalScope
!= InternalRedirectionScope.Unknown, "Failed to correctly detect internal redirection scope");