System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (5)
550if (reader.IsStartElement(trustConstants.Elements.Participants, trustConstants.NamespaceURI))
578throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new WSTrustSerializationException(SR.GetString(SR.ID3223, trustConstants.Elements.Participants, trustConstants.NamespaceURI, reader.LocalName, reader.NamespaceURI)));
880requestSerializer.WriteXmlElement(writer, trustConstants.Elements.Participants, rst.Participants, rst, context);
1290if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.Participants))
1299writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.Participants, trustConstants.NamespaceURI);