593 references to ThrowHelperArgumentNull
System.ServiceModel.Primitives (593)
Internals\System\Xml\XmlMtomReader.cs (24)
26throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(encoding)); 52throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(encoding)); 106throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(encodings)); 111throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(string.Format(CultureInfo.InvariantCulture, "encodings[{0}]", i)); 140throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(stream)); 1144throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(part)); 1146throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 1210throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(buffer)); 1257throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(buffer)); 1302throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(buffer)); 1360throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(chars)); 1771throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(stream)); 1815throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(stream)); 1817throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(boundary)); 2131throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 2185throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(buffer)); 2280throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(name)); 2283throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 2312throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(header)); 2339throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(name)); 2632throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(stream)); 2800throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(stream)); 2849throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(stream)); 2923throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(buffer));
Internals\System\Xml\XmlMtomWriter.cs (10)
69throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(encoding)); 98throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(stream)); 100throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(startInfo)); 222throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(localName)); 1158throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(stream)); 1160throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(boundary)); 1171throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(name)); 1173throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 1329throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(name)); 1331throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\IdentityModel\Claims\Claim.cs (12)
55throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(claimType)); 65throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(right)); 124throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(dns)); 134throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(hash)); 145throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(name)); 154throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rsa)); 163throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(spn)); 173throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(thumbprint)); 183throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(upn)); 193throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(uri)); 203throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(sid)); 213throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(x500DistinguishedName));
System\IdentityModel\Claims\ClaimComparer.cs (2)
35throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(claimType)); 180throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(claim));
System\IdentityModel\Claims\ClaimSet.cs (3)
60throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(claim)); 65throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(comparer)); 86throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(claim));
System\IdentityModel\Claims\DefaultClaimSet.cs (3)
59throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(claim)); 96_issuer = issuer ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(issuer)); 97_claims = claims ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(claims));
System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
35throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate)); 382throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(x500DistinguishedName));
System\IdentityModel\HashStream.cs (1)
25throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(hash));
System\IdentityModel\Policy\DefaultEvaluationContext.cs (1)
61throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(claimSet));
System\IdentityModel\Policy\UnconditionalPolicy.cs (2)
36throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(issuance)); 46throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(issuances));
System\IdentityModel\Psha1DerivedKeyGenerator.cs (3)
17_key = key ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(key)); 24throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(label)); 28throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(nonce));
System\IdentityModel\Selectors\KerberosSecurityTokenProvider.cs (1)
37ServicePrincipalName = servicePrincipalName ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(servicePrincipalName));
System\IdentityModel\Selectors\SecurityTokenAuthenticator.cs (2)
23throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 32throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token));
System\IdentityModel\Selectors\SecurityTokenProvider.cs (7)
48throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(result)); 102throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenToBeRenewed)); 118throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenToBeRenewed)); 128throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(result)); 187throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 197throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 207throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(result));
System\IdentityModel\Selectors\SecurityTokenResolver.cs (11)
18throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifier)); 32throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifier)); 41throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause)); 55throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause)); 64throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause)); 78throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause)); 100_tokens = tokens ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokens)); 108throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause)); 150throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifier)); 171throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause)); 189throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause));
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (15)
26throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 35throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 44throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 53throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifier)); 62throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 71throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause)); 81throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 90throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer)); 94throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 103throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 112throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer)); 116throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifier)); 125throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 134throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer)); 138throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause));
System\IdentityModel\Selectors\UserNameSecurityTokenProvider.cs (1)
20throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(userName));
System\IdentityModel\Selectors\X509CertificateValidator.cs (6)
77throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(chainPolicy)); 87throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(chainPolicy)); 101throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate)); 112throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate)); 203throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate)); 261throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate));
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (1)
26_validator = validator ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(validator));
System\IdentityModel\Selectors\X509SecurityTokenProvider.cs (1)
24throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate));
System\IdentityModel\Tokens\AggregateTokenResolver.cs (4)
31throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenResolvers)); 60throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause)); 87throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifier)); 114throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause));
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
39_encryptionMethod = encryptionMethod ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(encryptionMethod));
System\IdentityModel\Tokens\GenericXmlSecurityKeyIdentifierClause.cs (1)
20ReferenceXml = referenceXml ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(referenceXml));
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
33throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenXml));
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (2)
27ServicePrincipalName = servicePrincipalName ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(servicePrincipalName)); 37_id = id ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(id));
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
40throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(localId));
System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (1)
28throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(clauses));
System\IdentityModel\Tokens\WSSecurityJan2004.cs (3)
82throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(valueTypeUris)); 530throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 547throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer));
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
23_certificate = certificate ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate));
System\IdentityModel\Tokens\X509IssuerSerialKeyIdentifierClause.cs (3)
21throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(issuerName)); 26throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(issuerSerialNumber)); 38throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate));
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (1)
54throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate));
System\IdentityModel\Tokens\X509SecurityToken.cs (2)
52throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate)); 55_id = id ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(id));
System\IdentityModel\Tokens\X509SubjectKeyIdentifierClause.cs (1)
30throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate));
System\IdentityModel\Tokens\X509ThumbprintKeyIdentifierClause.cs (1)
32throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate));
System\ServiceModel\ChannelFactory.cs (6)
231Endpoint = endpoint ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(endpoint)); 354throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channelType)); 402throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(binding)); 421throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(endpoint)); 455throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(address)); 468throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(address));
System\ServiceModel\Channels\AddressHeaderCollection.cs (1)
66throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message));
System\ServiceModel\Channels\Addressing.cs (5)
67throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(addressingVersion)); 82throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(addressingVersion)); 199throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(addressingVersion)); 298throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(addressingVersion)); 411throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(addressingVersion));
System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
510throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bufferManager)); 576throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(stream)); 613throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 618throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bufferManager));
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (3)
70throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 128throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 211throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context));
System\ServiceModel\Channels\Binding.cs (2)
35throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(ns)); 94throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\ServiceModel\Channels\BindingContext.cs (1)
20throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(binding));
System\ServiceModel\Channels\BindingElement.cs (2)
26throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context)); 36throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context));
System\ServiceModel\Channels\BindingElementCollection.cs (6)
22throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(elements)); 35throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(elements)); 59throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(elements)); 72throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bindingElementType)); 148throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 158throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item));
System\ServiceModel\Channels\BindingParameterCollection.cs (2)
22throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parameters)); 35throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parameters));
System\ServiceModel\Channels\BufferManager.cs (1)
69throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(buffer));
System\ServiceModel\Channels\ChannelBase.cs (1)
13Manager = channelManager ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channelManager));
System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (5)
23_channelBinding = channelBinding ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channelBinding)); 50throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 60throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(properties)); 79throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 90throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(properties));
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
112throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context)); 123throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context));
System\ServiceModel\Channels\ChannelFactoryBase.cs (3)
112throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(address)); 122throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(address)); 127throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(via));
System\ServiceModel\Channels\ChannelParameterCollection.cs (1)
32throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(innerChannel));
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
29_channelParameters = channelParameters ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channelParameters));
System\ServiceModel\Channels\CustomBinding.cs (7)
22throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bindingElementsInTopDownChannelStackOrder)); 36throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bindingElementsInTopDownChannelStackOrder)); 49throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bindingElementsInTopDownChannelStackOrder)); 63throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bindingElements)); 81throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(binding)); 90throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(binding)); 94throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(elements));
System\ServiceModel\Channels\DelegatingMessage.cs (1)
13InnerMessage = innerMessage ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(innerMessage));
System\ServiceModel\Channels\DelegatingStream.cs (1)
20BaseStream = stream ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(stream));
System\ServiceModel\Channels\DuplexChannel.cs (1)
29throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message));
System\ServiceModel\Channels\FaultConverter.cs (2)
24throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 28throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(fault));
System\ServiceModel\Channels\InternalDuplexBindingElement.cs (2)
19LocalAddress = localAddress ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(localAddress)); 20Filter = filter ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(filter));
System\ServiceModel\Channels\Message.cs (2)
145throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(body)); 150throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(version));
System\ServiceModel\Channels\MessageEncodingBindingElement.cs (1)
55throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context));
System\ServiceModel\Channels\MessageFault.cs (3)
256throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(headers)); 296throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer)); 301throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(version));
System\ServiceModel\Channels\MessageHeader.cs (4)
46throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(messageVersion)); 366_actor = actor ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(actor)); 405throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(ns)); 420throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(messageVersion));
System\ServiceModel\Channels\MessageHeaders.cs (8)
121throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(collection)); 565throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(collection)); 630throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(array)); 1298MessageVersion = version ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(version)); 1619throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(header)); 1682throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(relationshipType)); 1770throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer)); 1802throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer));
System\ServiceModel\Channels\MessageProperties.cs (2)
397throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(properties)); 435throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(properties));
System\ServiceModel\Channels\MessageVersion.cs (3)
42throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(envelopeVersion)); 47throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(addressingVersion)); 166throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(messageVersion));
System\ServiceModel\Channels\MtomMessageEncoder.cs (5)
283throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(version)); 285throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writeEncoding)); 365throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bufferManager)); 458throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 460throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bufferManager));
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (5)
25throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(messageVersion)); 31throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writeEncoding)); 126throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 143throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 178throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context));
System\ServiceModel\Channels\OutputChannel.cs (3)
30throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 79throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 104throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message));
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
811throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message));
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (4)
160throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 196throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context)); 283throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context)); 351throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context));
System\ServiceModel\Channels\RequestChannel.cs (2)
28throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(to)); 245throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message));
System\ServiceModel\Channels\SecurityBindingElement.cs (8)
54throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(elementToBeCloned)); 329throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context)); 366throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context)); 427throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context)); 483throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(version)); 508throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(version)); 540throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("issuedTokenParameters"); 574throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bootstrapSecurity));
System\ServiceModel\Channels\ServiceChannel.cs (2)
53Binder = binder ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(binder)); 91_endpointDispatcher = endpointDispatcher ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(endpointDispatcher));
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
27_clientRuntime = clientRuntime ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(clientRuntime)); 99throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(serviceEndpoint));
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
130throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(args));
System\ServiceModel\Channels\TextMessageEncoder.cs (3)
270throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writeEncoding)); 279_version = version ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(version)); 363throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contentType));
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (6)
29throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writeEncoding)); 38_messageVersion = messageVersion ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(messageVersion)); 99throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 114_messageVersion = value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 128throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 155throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context));
System\ServiceModel\Channels\TransportBindingElement.cs (1)
98throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context));
System\ServiceModel\Channels\TransportOutputChannel.cs (2)
108throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 135throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (3)
71throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context)); 76throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(credentialsManager)); 181throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(context));
System\ServiceModel\ClientBase.cs (8)
62throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(binding)); 67throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(remoteAddress)); 89throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(endpoint)); 111throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(callbackInstance)); 116throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(binding)); 121throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(remoteAddress)); 796throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(beginOperationDelegate)); 800throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(endOperationDelegate));
System\ServiceModel\DeliveryRequirementsAttribute.cs (2)
54throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(description)); 56throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(endpoint));
System\ServiceModel\Description\ClientCredentials.cs (4)
30throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(other)); 175throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bindingParameters)); 197throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(serviceEndpoint)); 202throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("serviceEndpoint.Binding");
System\ServiceModel\Description\ContractDescription.cs (6)
60throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 137throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contractType)); 148throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contractType)); 153throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(serviceType)); 165throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contractType)); 170throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(serviceImplementation));
System\ServiceModel\Description\DataContractSerializerOperationBehavior.cs (4)
142throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(description)); 147throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(dispatch)); 166throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(description)); 171throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(proxy));
System\ServiceModel\Description\MetadataConversionError.cs (1)
15Message = message ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message));
System\ServiceModel\Description\OperationDescription.cs (3)
27throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(name)); 35_declaringContract = declaringContract ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(declaringContract)); 107throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(DeclaringContract));
System\ServiceModel\Description\OperationDescriptionCollection.cs (2)
45throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 54throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item));
System\ServiceModel\Description\ServiceEndpoint.cs (3)
28_contract = contract ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contract)); 33_contract = contract ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contract)); 66_contract = value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\ServiceModel\Description\ServiceEndpointCollection.cs (11)
21throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contractType)); 39throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contractName)); 57throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contractType)); 61throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bindingName)); 81throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contractName)); 85throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(bindingName)); 106throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(address)); 124throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contractType)); 144throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contractName)); 164throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 173throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item));
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (7)
33throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(operation)); 129throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(description)); 134throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(dispatch)); 154throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(description)); 159throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(proxy)); 952FaultContractInfo = faultContractInfo ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(faultContractInfo)); 954FaultContractElementName = faultContractElementName ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(faultContractElementName));
System\ServiceModel\Diagnostics\ActivityIdHeader.cs (3)
68throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 105throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 121throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer));
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
652throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 693throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 710throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item));
System\ServiceModel\Dispatcher\ClientOperation.cs (2)
53_parent = parent ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parent)); 54Name = name ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(name));
System\ServiceModel\Dispatcher\ClientRuntime.cs (6)
71DispatchRuntime = dispatchRuntime ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(dispatchRuntime)); 167_identityVerifier = value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 499throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 516throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 549throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 571throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item));
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
80throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(description));
System\ServiceModel\Dispatcher\DispatchOperation.cs (2)
24Parent = parent ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parent)); 25Name = name ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(name));
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
24throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(operation)); 33Parent = parent ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parent));
System\ServiceModel\Dispatcher\DispatchRuntime.cs (6)
34ClientRuntime = proxyRuntime ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(proxyRuntime)); 205throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 438throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 455throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 488throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 509throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item));
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
104_identityVerifier = value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
80ChannelDispatcher = channelDispatcher ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channelDispatcher)); 88throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channelDispatcher));
System\ServiceModel\Dispatcher\FaultContractInfo.cs (2)
23Action = action ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(action)); 24Detail = detail ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(detail));
System\ServiceModel\Dispatcher\HeaderFilter.cs (1)
20throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(buffer));
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
21throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channel));
System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
28throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(listenerBinder)); 35throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channelDispatcher));
System\ServiceModel\Dispatcher\OperationFormatter.cs (6)
114throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 182throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 272throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(messageVersion)); 277throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parameters)); 308throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(messageVersion)); 313throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parameters));
System\ServiceModel\Dispatcher\OperationInvokerBehavior.cs (2)
29throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(dispatch)); 33throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(description));
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
21throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channel));
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (6)
42throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(description)); 294throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(description)); 445throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(messageVersion)); 450throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parameters)); 460throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(messageVersion)); 465throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parameters));
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
36throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(operation)); 39_parent = parent ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parent));
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
21throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channel));
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
20throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(channel));
System\ServiceModel\Dispatcher\StreamFormatter.cs (2)
77throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(PartName); 94throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(PartName);
System\ServiceModel\Dispatcher\TaskMethodInvoker.cs (1)
213throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull("task");
System\ServiceModel\Dispatcher\XmlSerializerFaultFormatter.cs (1)
34_xmlSerializerFaultContractInfos = xmlSerializerFaultContractInfos ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(xmlSerializerFaultContractInfos));
System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (2)
30throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(qualifiedName)); 37_rootType = type ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(type));
System\ServiceModel\DnsEndpointIdentity.cs (3)
17throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(dnsName)); 27throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(identity)); 42throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer));
System\ServiceModel\DuplexChannelFactory.cs (7)
60throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(callbackObject)); 91throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(callbackObject)); 96throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(binding)); 116throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(callbackObject)); 121throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(endpoint)); 154throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(address)); 169throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(address));
System\ServiceModel\EndpointAddress.cs (20)
91throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(uri)); 108throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(uri)); 123throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(uri)); 272throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 517throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 551throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 556throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(addressingVersion)); 568throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 570throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(addressingVersion)); 955throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer)); 960throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(addressingVersion)); 1132throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer)); 1136throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(addressingVersion)); 1140throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(localName)); 1144throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(ns)); 1167throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer)); 1171throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(addressingVersion)); 1175throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(localName)); 1179throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(ns)); 1222_epr = address ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(address));
System\ServiceModel\EndpointIdentity.cs (5)
24throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(identityClaim)); 32_identityClaim = identityClaim ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(identityClaim)); 52throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(identity)); 143throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 209throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer));
System\ServiceModel\ExceptionDetail.cs (1)
21throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(exception));
System\ServiceModel\ExtensionCollection.cs (3)
20throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(owner)); 31throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(owner)); 102throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item));
System\ServiceModel\FaultContractAttribute.cs (2)
32_action = value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 43throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\ServiceModel\FaultException.cs (6)
95throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(fault)); 108throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(fault)); 170throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(messageFault)); 175throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(faultDetailTypes)); 212throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(fault)); 221throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(messageFault));
System\ServiceModel\FaultReason.cs (1)
18throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(translation));
System\ServiceModel\KeyedByTypeCollection.cs (4)
23throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(items)); 95throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 105throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item)); 120throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(item));
System\ServiceModel\MessageContractAttribute.cs (1)
51throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\ServiceModel\MessageContractMemberAttribute.cs (2)
26throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 51throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\ServiceModel\MessageParameterAttribute.cs (1)
20throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\ServiceModel\OperationContractAttribute.cs (3)
29throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 47_action = value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 78_replyAction = value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\ServiceModel\ReliableSession.cs (1)
28throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reliableSessionBindingElement));
System\ServiceModel\RsaEndpointIdentity.cs (5)
16throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(publicKey)); 24throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate)); 36throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(identity)); 61throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer)); 76throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyString));
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
51throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\ServiceModel\Security\BinaryNegotiation.cs (4)
20ValueTypeUri = valueTypeUri ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(valueTypeUri)); 21_negotiationData = negotiationData ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(negotiationData)); 28_valueTypeUriDictionaryString = valueTypeDictionaryString ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(valueTypeDictionaryString)); 30_negotiationData = negotiationData ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(negotiationData));
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (4)
22ClientCredentials = clientCredentials ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(clientCredentials)); 90throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenRequirement)); 174throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(version)); 273throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenRequirement));
System\ServiceModel\Security\IdentityVerifier.cs (5)
58throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(authorizationPolicies)); 68throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(authorizationContext)); 157throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reference)); 211throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(identity)); 216throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(authContext));
System\ServiceModel\Security\InitiatorSessionSymmetricTransportSecurityProtocol.cs (2)
61throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 85throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokens));
System\ServiceModel\Security\InMemoryNonceCache.cs (2)
70throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(nonce)); 86throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(nonce));
System\ServiceModel\Security\MessagePartSpecification.cs (4)
101throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(specification)); 195throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(header)); 205throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(name)); 210throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(ns));
System\ServiceModel\Security\NegotiationTokenProvider.cs (1)
37throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
220_readerQuotas = value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 1027_tokenResolver = tokenResolver ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenResolver));
System\ServiceModel\Security\RequestSecurityToken.cs (4)
102_rstXml = rstXml ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rstXml)); 271_requestType = value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 402throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(serializer)); 428throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer));
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (6)
139_rstrXml = rstrXml ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rstrXml)); 482throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(serializer)); 510throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(serializer)); 569throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer)); 654throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(requestorEntropy)); 659throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(issuerEntropy));
System\ServiceModel\Security\RequestSecurityTokenResponseCollection.cs (2)
26throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rstrCollection)); 34throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(String.Format(CultureInfo.InvariantCulture, "rstrCollection[{0}]", index));
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
178throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(target));
System\ServiceModel\Security\SecurityChannel.cs (1)
77throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message));
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (1)
32ContextId = contextId ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contextId));
System\ServiceModel\Security\SecurityHeader.cs (4)
28Message = message ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 29_actor = actor ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(actor)); 32StandardsManager = standardsManager ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(standardsManager)); 33AlgorithmSuite = algorithmSuite ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(algorithmSuite));
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (4)
46throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 89throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifier)); 145throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause)); 272throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyIdentifierClause));
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
197throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message));
System\ServiceModel\Security\SecurityProtocol.cs (1)
502throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message));
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
107throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(factory));
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
1333throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(sessionToken)); 1337throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(settings));
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (4)
120throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 134throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 495throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(target)); 500throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(currentToken));
System\ServiceModel\Security\SecurityStandardsManager.cs (1)
35_tokenSerializer = tokenSerializer ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenSerializer));
System\ServiceModel\Security\SecurityTokenSpecification.cs (1)
19_tokenPolicies = tokenPolicies ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenPolicies));
System\ServiceModel\Security\SecurityUtils.cs (3)
419throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(principalName)); 674throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(securityTokenSerializer)); 867throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(findValue));
System\ServiceModel\Security\SecurityVersion.cs (2)
250throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(id)); 254throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(signature));
System\ServiceModel\Security\SendSecurityHeader.cs (8)
97throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 102throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parameters)); 116throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 121throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parameters)); 134throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 139throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parameters)); 151throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 156throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parameters));
System\ServiceModel\Security\SignatureConfirmationElement.cs (2)
20Id = id ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(id)); 21_signatureValue = signatureValue ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(signatureValue));
System\ServiceModel\Security\SupportingTokenAuthenticatorSpecification.cs (2)
23TokenAuthenticator = tokenAuthenticator ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenAuthenticator)); 26TokenParameters = tokenParameters ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenParameters));
System\ServiceModel\Security\SupportingTokenProviderSpecification.cs (2)
18TokenProvider = tokenProvider ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenProvider)); 20_tokenParameters = tokenParameters ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenParameters));
System\ServiceModel\Security\Tokens\BinarySecretSecurityToken.cs (1)
59throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(key));
System\ServiceModel\Security\Tokens\ClaimTypeRequirement.cs (1)
22throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(claimType));
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (4)
152throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenToDerive)); 173_id = id ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(id)); 175_nonce = nonce ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(nonce)); 180TokenToDeriveIdentifier = tokenToDeriveIdentifier ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenToDeriveIdentifier));
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (2)
134throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(key)); 159ContextId = contextId ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contextId));
System\ServiceModel\Security\Tokens\SecurityTokenContainer.cs (1)
14Token = token ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token));
System\ServiceModel\Security\Tokens\SecurityTokenParameters.cs (4)
23throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(other)); 77throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 121throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token)); 161throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(token));
System\ServiceModel\Security\Tokens\SecurityTokenProviderContainer.cs (1)
16TokenProvider = tokenProvider ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenProvider));
System\ServiceModel\Security\Tokens\SupportingTokenParameters.cs (1)
20throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(other));
System\ServiceModel\Security\TransportSecurityProtocol.cs (2)
27throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message)); 71throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(message));
System\ServiceModel\Security\WrapperSecurityCommunicationObject.cs (1)
21_innerCommunicationObject = innerCommunicationObject ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(innerCommunicationObject));
System\ServiceModel\Security\WSKeyInfoSerializer.cs (2)
82throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenEntryList)); 214_parent = parent ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parent));
System\ServiceModel\Security\WSSecureConversation.cs (6)
21WSSecurityTokenSerializer = tokenSerializer ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenSerializer)); 36throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenEntryList)); 74_parent = parent ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parent)); 119throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(tokenResolver)); 548throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 565throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader));
System\ServiceModel\Security\WSSecurityJan2004.cs (4)
68throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(valueTypeUris)); 167throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rawData)); 434throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 444throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer));
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
379throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(element)); 400throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(element));
System\ServiceModel\Security\WSTrust.cs (17)
301throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(xmlReader)); 471throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rstr)); 481throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rst)); 511throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rst)); 521throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rstr)); 607throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rstr)); 727throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 737throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 757throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(elem)); 929throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(negotiation)); 942throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rst)); 946throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(xmlWriter)); 1038throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rstr)); 1043throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(xmlWriter)); 1168throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(rstrCollection)); 1205throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(element)); 1226throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(element));
System\ServiceModel\Security\WSTrustDec2005.cs (1)
54throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(keyWrapAlgorithm));
System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (2)
58throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(subjectName)); 68throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(findValue));
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (5)
79throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(subjectName)); 88throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(findValue)); 98throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(subjectName)); 107throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(findValue)); 111throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(targetService));
System\ServiceModel\Security\XmlHelper.cs (3)
52throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parent)); 85throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(parent)); 270throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(element));
System\ServiceModel\ServiceContractAttribute.cs (2)
28throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value)); 46throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
System\ServiceModel\ServiceSecurityContext.cs (3)
26AuthorizationPolicies = authorizationPolicies ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(authorizationPolicies)); 36_authorizationContext = authorizationContext ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(authorizationContext)); 37AuthorizationPolicies = authorizationPolicies ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(authorizationPolicies));
System\ServiceModel\SpnEndpointIdentity.cs (2)
18throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(spnName)); 28throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(identity));
System\ServiceModel\SynchronizedKeyedCollection.cs (1)
281throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(key));
System\ServiceModel\UpnEndpointIdentity.cs (3)
21throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(upnName)); 31throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(identity)); 46throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer));
System\ServiceModel\UriSchemeKeyedCollection.cs (2)
21throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(addresses)); 63throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(argumentName);
System\ServiceModel\X509CertificateEndpointIdentity.cs (5)
18throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(certificate)); 30throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(primaryCertificate)); 35throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(supportingCertificates)); 52throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(reader)); 90throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(writer));