System\ServiceModel\Channels\Addressing.cs (7)
95Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.Action, addressingVersion.DictionaryNamespace), "");
227Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.From, addressingVersion.DictionaryNamespace), "");
321Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.FaultTo, version.DictionaryNamespace), "");
466Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.To, version.DictionaryNamespace), "");
662Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.ReplyTo, version.DictionaryNamespace), "");
741Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.MessageId, version.DictionaryNamespace), "");
883Fx.Assert(reader.IsStartElement(addressingDictionary.RelatesTo, version.DictionaryNamespace), "");
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (13)
32Fx.Assert(channel != null, "caller must verify");
33Fx.Assert(correlator != null, "caller must verify");
556Fx.Assert(request != null, "request cannot be null");
563Fx.Assert(request != null, "request cannot be null");
753Fx.Assert(_requestCorrelatorKey == null, "RequestCorrelatorKey is already set for this request");
857Fx.Assert(_requestCorrelatorKey == null, "RequestCorrelatorKey is already set for this request");
1537Fx.Assert(_backgroundCloseData == null, "can't try twice");
1551Fx.Assert(_backgroundCloseData != null, "Only callable from background close");
1570Fx.Assert(_backgroundCloseData != null, "Need to check background close first");
1572Fx.Assert(dummy == null, "we should get an exception or null");
1577Fx.Assert(_backgroundCloseData != null, "Need to check background close first");
1583Fx.Assert(_backgroundCloseData != null, "Need to check background close first");
1585Fx.Assert(dummy == null, "we should get an exception or null");
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
762Fx.Assert(