4 writes to Value
System.ServiceModel (4)
System\ServiceModel\Channels\RedirectionScope.cs (4)
34this.Value = RedirectionConstants.Scope.Message; 37this.Value = RedirectionConstants.Scope.Session; 40this.Value = RedirectionConstants.Scope.Endpoint; 50this.Value = value;
8 references to Value
System.ServiceModel (8)
System\ServiceModel\Channels\RedirectionScope.cs (8)
104result = RedirectionUtility.IsNamespaceAndValueMatch(left.Value, 105left.Namespace, right.Value, right.Namespace); 143this.hashCode = RedirectionUtility.ComputeHashCode(this.Value, this.Namespace); 155this.toString = SR.GetString(SR.RedirectionInfoStringFormatWithNamespace, this.Value, this.Namespace); 159this.toString = SR.GetString(SR.RedirectionInfoStringFormatNoNamespace, this.Value); 171if (string.Equals(this.Value, RedirectionConstants.Scope.Message, StringComparison.Ordinal)) 175else if (string.Equals(this.Value, RedirectionConstants.Scope.Session, StringComparison.Ordinal)) 179else if (string.Equals(this.Value, RedirectionConstants.Scope.Endpoint, StringComparison.Ordinal))