3 writes to _valueTypeUriDictionaryString
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\BinaryNegotiation.cs (3)
19_valueTypeUriDictionaryString = null; 28_valueTypeUriDictionaryString = valueTypeDictionaryString ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(valueTypeDictionaryString)); 39_valueTypeUriDictionaryString = valueTypeUriDictionaryString;
2 references to _valueTypeUriDictionaryString
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\BinaryNegotiation.cs (2)
46if (_valueTypeUriDictionaryString != null) 48writer.WriteString(_valueTypeUriDictionaryString);