3 writes to valueTypeUriDictionaryString
System.ServiceModel (3)
System\ServiceModel\Security\BinaryNegotiation.cs (3)
28this.valueTypeUriDictionaryString = null; 45this.valueTypeUriDictionaryString = valueTypeDictionaryString; 56this.valueTypeUriDictionaryString = valueTypeUriDictionaryString;
2 references to valueTypeUriDictionaryString
System.ServiceModel (2)
System\ServiceModel\Security\BinaryNegotiation.cs (2)
63if (valueTypeUriDictionaryString != null) 64writer.WriteString(valueTypeUriDictionaryString);