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