2 writes to ValueTypeUri
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\BinaryNegotiation.cs (2)
20ValueTypeUri = valueTypeUri ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(valueTypeUri)); 29ValueTypeUri = valueTypeDictionaryString.Value;
3 references to ValueTypeUri
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\BinaryNegotiation.cs (3)
35if (ValueTypeUri != valueTypeUriDictionaryString.Value) 37throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(SRP.Format(SRP.IncorrectBinaryNegotiationValueType, ValueTypeUri))); 52writer.WriteString(ValueTypeUri);