1 write to _responseParts
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
74_responseParts = AddToDictionary(dictionary, _responseMessage.Body.Parts, isRpc);
3 references to _responseParts
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
501if (IsPartElements(reader, _responseParts)) 506DeserializeParameters(reader, _responseParts, parameters); 615SerializeParameters(writer, _responseParts, parameters);