System\ServiceModel\Channels\Addressing.cs (7)
92Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.Action, addressingVersion.DictionaryNamespace), "");
220Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.From, addressingVersion.DictionaryNamespace), "");
312Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.FaultTo, version.DictionaryNamespace), "");
445Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.To, version.DictionaryNamespace), "");
633Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.ReplyTo, version.DictionaryNamespace), "");
710Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.MessageId, version.DictionaryNamespace), "");
841Fx.Assert(reader.IsStartElement(addressingDictionary.RelatesTo, version.DictionaryNamespace), "");
System\ServiceModel\Channels\WsrmMessageInfo.cs (11)
1336if (reader.IsStartElement(wsrmFeb2005Dictionary.LastMessage, wsrmNs))
1473while (reader.IsStartElement(wsrmFeb2005Dictionary.AcknowledgementRange, wsrmNs))
1504if (reader.IsStartElement(wsrm11Dictionary.None, wsrmNs))
1517if (reader.IsStartElement(wsrm11Dictionary.Final, wsrmNs))
1532while (reader.IsStartElement(wsrmFeb2005Dictionary.Nack, wsrmNs))
1571if (reader.IsStartElement(wsrmFeb2005Dictionary.BufferRemaining,
1595if (reader.IsStartElement(wsrmFeb2005Dictionary.AcknowledgementRange, wsrmNs))
1601else if (reader.IsStartElement(wsrmFeb2005Dictionary.Nack, wsrmNs))
1611if (reader.IsStartElement(wsrm11Dictionary.None, wsrmNs)
1612|| reader.IsStartElement(wsrm11Dictionary.Final, wsrmNs))
1749if (reader.IsStartElement(wsrmFeb2005Dictionary.MessageNumber, wsrmNs))
System\ServiceModel\Security\SctClaimSerializer.cs (26)
228if (reader.IsStartElement(dictionary.NullValue, dictionary.EmptyString))
233else if (reader.IsStartElement(dictionary.WindowsSidClaim, dictionary.EmptyString))
241else if (reader.IsStartElement(dictionary.DenyOnlySidClaim, dictionary.EmptyString))
249else if (reader.IsStartElement(dictionary.X500DistinguishedNameClaim, dictionary.EmptyString))
257else if (reader.IsStartElement(dictionary.X509ThumbprintClaim, dictionary.EmptyString))
265else if (reader.IsStartElement(dictionary.NameClaim, dictionary.EmptyString))
273else if (reader.IsStartElement(dictionary.DnsClaim, dictionary.EmptyString))
281else if (reader.IsStartElement(dictionary.RsaClaim, dictionary.EmptyString))
292else if (reader.IsStartElement(dictionary.MailAddressClaim, dictionary.EmptyString))
300else if (reader.IsStartElement(dictionary.SystemClaim, dictionary.EmptyString))
305else if (reader.IsStartElement(dictionary.HashClaim, dictionary.EmptyString))
313else if (reader.IsStartElement(dictionary.SpnClaim, dictionary.EmptyString))
321else if (reader.IsStartElement(dictionary.UpnClaim, dictionary.EmptyString))
329else if (reader.IsStartElement(dictionary.UrlClaim, dictionary.EmptyString))
345if (reader.IsStartElement(dictionary.NullValue, dictionary.EmptyString))
350else if (reader.IsStartElement(dictionary.X509CertificateClaimSet, dictionary.EmptyString))
357else if (reader.IsStartElement(dictionary.SystemClaimSet, dictionary.EmptyString))
362else if (reader.IsStartElement(dictionary.WindowsClaimSet, dictionary.EmptyString))
367else if (reader.IsStartElement(dictionary.AnonymousClaimSet, dictionary.EmptyString))
372else if (reader.IsStartElement(dictionary.ClaimSet, dictionary.EmptyString))
378if (reader.IsStartElement(dictionary.PrimaryIssuer, dictionary.EmptyString))
478if (reader.IsStartElement(dictionary.Identities, dictionary.EmptyString))
482while (reader.IsStartElement(dictionary.PrimaryIdentity, dictionary.EmptyString))
498if (reader.IsStartElement(dictionary.PrimaryIdentity, dictionary.EmptyString))
501if (reader.IsStartElement(dictionary.WindowsSidIdentity, dictionary.EmptyString))
510else if (reader.IsStartElement(dictionary.GenericIdentity, dictionary.EmptyString))
System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs (12)
56if (reader.IsStartElement(dictionary.Version, dictionary.EmptyString))
60else if (reader.IsStartElement(dictionary.ContextId, dictionary.EmptyString))
64else if (reader.IsStartElement(dictionary.Id, dictionary.EmptyString))
68else if (reader.IsStartElement(dictionary.EffectiveTime, dictionary.EmptyString))
72else if (reader.IsStartElement(dictionary.ExpiryTime, dictionary.EmptyString))
76else if (reader.IsStartElement(dictionary.Key, dictionary.EmptyString))
80else if (reader.IsStartElement(dictionary.KeyGeneration, dictionary.EmptyString))
84else if (reader.IsStartElement(dictionary.KeyEffectiveTime, dictionary.EmptyString))
88else if (reader.IsStartElement(dictionary.KeyExpiryTime, dictionary.EmptyString))
92else if (reader.IsStartElement(dictionary.Identities, dictionary.EmptyString))
96else if (reader.IsStartElement(dictionary.ClaimSets, dictionary.EmptyString))
110else if (reader.IsStartElement(dictionary.IsCookieMode, dictionary.EmptyString))