2 writes to _valueTypeUri
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\BinaryNegotiation.cs (2)
28_valueTypeUri = valueTypeUri; 45_valueTypeUri = valueTypeDictionaryString.Value;
4 references to _valueTypeUri
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\BinaryNegotiation.cs (4)
51if (_valueTypeUri != valueTypeUriDictionaryString.Value) 53throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(string.Format(SRServiceModel.IncorrectBinaryNegotiationValueType, _valueTypeUri))); 65writer.WriteString(_valueTypeUri); 78return _valueTypeUri;