33 references to PushSetOf
System.Formats.Asn1 (7)
System\Formats\Asn1\AsnWriter.cs (6)
108
/// <see cref="PushSequence"/>, <see cref="
PushSetOf
"/>, or
134
/// A <see cref="PushSequence"/> or <see cref="
PushSetOf
"/> has not been closed via
169
/// A <see cref="PushSequence"/> or <see cref="
PushSetOf
"/> has not been closed via
192
/// A <see cref="PushSequence"/> or <see cref="
PushSetOf
"/> has not been closed via
229
/// A <see cref="PushSequence"/> or <see cref="
PushSetOf
"/> has not been closed via
271
/// A <see cref="PushSequence"/> or <see cref="
PushSetOf
"/> has not been closed via
System\Formats\Asn1\AsnWriter.SetOf.cs (1)
54
/// <seealso cref="
PushSetOf
"/>
System.Security.Cryptography (9)
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
36
writer.
PushSetOf
();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (1)
50
writer.
PushSetOf
();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
34
writer.
PushSetOf
(new Asn1Tag(TagClass.ContextSpecific, 1));
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
36
writer.
PushSetOf
(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (1)
518
writer.
PushSetOf
(tag);
System\Security\Cryptography\X509Certificates\Asn1\CertificationRequestInfoAsn.xml.cs (1)
49
writer.
PushSetOf
(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (1)
362
tmpWriter.
PushSetOf
();
System\Security\Cryptography\X509Certificates\X500DistinguishedNameBuilder.cs (1)
364
using (_writer.
PushSetOf
())
System\Security\Cryptography\X509Certificates\X500NameEncoder.cs (1)
513
using (writer.
PushSetOf
())
System.Security.Cryptography.Pkcs (17)
Internal\Cryptography\PkcsHelpers.cs (1)
161
writer.
PushSetOf
();
src\libraries\Common\src\System\Security\Cryptography\Asn1\AttributeAsn.xml.cs (1)
36
writer.
PushSetOf
();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SafeBagAsn.xml.cs (1)
50
writer.
PushSetOf
();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
34
writer.
PushSetOf
(new Asn1Tag(TagClass.ContextSpecific, 1));
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
36
writer.
PushSetOf
(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (2)
38
writer.
PushSetOf
();
50
writer.
PushSetOf
(new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Asn1\OriginatorInfoAsn.xml.cs (2)
31
writer.
PushSetOf
(new Asn1Tag(TagClass.ContextSpecific, 0));
44
writer.
PushSetOf
(new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Asn1\SignedAttributesSet.xml.cs (1)
45
writer.
PushSetOf
(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\Pkcs\Asn1\SignedDataAsn.xml.cs (4)
33
writer.
PushSetOf
();
45
writer.
PushSetOf
(new Asn1Tag(TagClass.ContextSpecific, 0));
58
writer.
PushSetOf
(new Asn1Tag(TagClass.ContextSpecific, 1));
75
writer.
PushSetOf
();
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
63
writer.
PushSetOf
(new Asn1Tag(TagClass.ContextSpecific, 1));
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
82
writer.
PushSetOf
();
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
614
writer.
PushSetOf
();