34 references to IsConstructed
System.Formats.Asn1 (29)
System\Formats\Asn1\Asn1Tag.cs (7)
118/// <see cref="TagValue"/> values, but whose <see cref="IsConstructed"/> is <see langword="true"/>. 122/// values, but whose <see cref="IsConstructed"/> is <see langword="true"/>. 131/// <see cref="TagValue"/> values, but whose <see cref="IsConstructed"/> is <see langword="false"/>. 135/// values, but whose <see cref="IsConstructed"/> is <see langword="false"/>. 380/// <see cref="TagClass"/>, <see cref="TagValue"/>, and <see cref="IsConstructed"/>; 446/// values as this tag, and does not compare <see cref="IsConstructed"/>. 478if (IsConstructed)
System\Formats\Asn1\AsnDecoder.BitString.cs (1)
649if (actualTag.IsConstructed)
System\Formats\Asn1\AsnDecoder.cs (4)
193if (localTag.IsConstructed) 456if (tag.IsConstructed) 478if (tag.IsConstructed || length != 0 || headerLength != EndOfContentsEncodedLength) 492if (localTag.IsConstructed)
System\Formats\Asn1\AsnDecoder.OctetString.cs (1)
200if (actualTag.IsConstructed)
System\Formats\Asn1\AsnDecoder.Sequence.cs (1)
68if (!tag.IsConstructed)
System\Formats\Asn1\AsnDecoder.SetOf.cs (1)
74if (!tag.IsConstructed)
System\Formats\Asn1\AsnWriter.Boolean.cs (1)
31Debug.Assert(!tag.IsConstructed);
System\Formats\Asn1\AsnWriter.GeneralizedTime.cs (1)
110Debug.Assert(!tag.IsConstructed);
System\Formats\Asn1\AsnWriter.Integer.cs (5)
141Debug.Assert(!tag.IsConstructed); 193Debug.Assert(!tag.IsConstructed); 232Debug.Assert(!tag.IsConstructed); 270Debug.Assert(!tag.IsConstructed); 281Debug.Assert(!tag.IsConstructed);
System\Formats\Asn1\AsnWriter.Null.cs (1)
30Debug.Assert(!tag.IsConstructed);
System\Formats\Asn1\AsnWriter.Oid.cs (1)
138Debug.Assert(!tag.IsConstructed);
System\Formats\Asn1\AsnWriter.Sequence.cs (2)
59Debug.Assert(tag.IsConstructed); 66Debug.Assert(tag.IsConstructed);
System\Formats\Asn1\AsnWriter.SetOf.cs (2)
68Debug.Assert(tag.IsConstructed); 75Debug.Assert(tag.IsConstructed);
System\Formats\Asn1\AsnWriter.UtcTime.cs (1)
80Debug.Assert(!tag.IsConstructed);
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
112if (tag.IsConstructed)
System\Security\Cryptography\Helpers.cs (3)
292if (!tag.IsConstructed) 299if (tag.IsConstructed) 308if (tag.IsConstructed)
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
112if (tag.IsConstructed)