6 writes to internalDuration
System.ServiceModel (6)
System\ServiceModel\Channels\RedirectionDuration.cs (6)
28this.internalDuration = duration; 48this.internalDuration = InternalRedirectionDuration.Unknown; 167this.internalDuration = InternalRedirectionDuration.Temporary; 171this.internalDuration = InternalRedirectionDuration.Permanent; 175this.internalDuration = InternalRedirectionDuration.Custom; 180this.internalDuration = InternalRedirectionDuration.Custom;
3 references to internalDuration
System.ServiceModel (3)
System\ServiceModel\Channels\RedirectionDuration.cs (3)
68if (this.internalDuration == InternalRedirectionDuration.Unknown) 73return this.internalDuration; 183Fx.Assert(this.internalDuration != InternalRedirectionDuration.Unknown, "Failed to correctly detect internal redirection duration");