Base:
1 override of ReadElementContentAsString
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
1181public override string ReadElementContentAsString()
15 references to ReadElementContentAsString
Client.ChannelLayer.IntegrationTests (9)
DuplexChannelShapeTests.4.0.0.cs (2)
62string actualResponse = replyReader.ReadElementContentAsString(); 119string actualResponse = replyReader.ReadElementContentAsString();
DuplexChannelShapeTests.4.1.0.cs (2)
61string actualResponse = replyReader.ReadElementContentAsString(); 119string actualResponse = replyReader.ReadElementContentAsString();
RequestReplyChannelShapeTests.4.0.0.cs (4)
57string actualResponse = replyReader.ReadElementContentAsString(); 112string actualResponse = replyReader.ReadElementContentAsString(); 165string actualResponse = replyReader.ReadElementContentAsString(); 222string actualResponse = replyReader.ReadElementContentAsString();
RequestReplyChannelShapeTests.4.1.0.cs (1)
54string actualResponse = replyReader.ReadElementContentAsString();
Client.TypedClient.IntegrationTests (3)
TypedProxyTests.4.0.0.cs (3)
258actualResponse = replyReader.ReadElementContentAsString(); 322actualResponse = replyReader.ReadElementContentAsString(); 387actualResponse = replyReader.ReadElementContentAsString();
Contract.Message.IntegrationTests (1)
MessageTests.4.0.0.cs (1)
47string actualResponse = replyReader.ReadElementContentAsString();
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (1)
247array[offset + actual] = JsonReaderDelegator.ParseJsonDate(reader.ReadElementContentAsString(), _dateTimeFormat);
System.ServiceModel.Primitives.Tests (1)
Channels\MessageTest.cs (1)
45var messageBody = reader.ReadElementContentAsString();