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
"/>.
478
if (
IsConstructed
)
System\Formats\Asn1\AsnDecoder.BitString.cs (1)
649
if (actualTag.
IsConstructed
)
System\Formats\Asn1\AsnDecoder.cs (4)
193
if (localTag.
IsConstructed
)
456
if (tag.
IsConstructed
)
478
if (tag.
IsConstructed
|| length != 0 || headerLength != EndOfContentsEncodedLength)
492
if (localTag.
IsConstructed
)
System\Formats\Asn1\AsnDecoder.OctetString.cs (1)
200
if (actualTag.
IsConstructed
)
System\Formats\Asn1\AsnDecoder.Sequence.cs (1)
68
if (!tag.
IsConstructed
)
System\Formats\Asn1\AsnDecoder.SetOf.cs (1)
74
if (!tag.
IsConstructed
)
System\Formats\Asn1\AsnWriter.Boolean.cs (1)
31
Debug.Assert(!tag.
IsConstructed
);
System\Formats\Asn1\AsnWriter.GeneralizedTime.cs (1)
110
Debug.Assert(!tag.
IsConstructed
);
System\Formats\Asn1\AsnWriter.Integer.cs (5)
141
Debug.Assert(!tag.
IsConstructed
);
193
Debug.Assert(!tag.
IsConstructed
);
232
Debug.Assert(!tag.
IsConstructed
);
270
Debug.Assert(!tag.
IsConstructed
);
281
Debug.Assert(!tag.
IsConstructed
);
System\Formats\Asn1\AsnWriter.Null.cs (1)
30
Debug.Assert(!tag.
IsConstructed
);
System\Formats\Asn1\AsnWriter.Oid.cs (1)
138
Debug.Assert(!tag.
IsConstructed
);
System\Formats\Asn1\AsnWriter.Sequence.cs (2)
59
Debug.Assert(tag.
IsConstructed
);
66
Debug.Assert(tag.
IsConstructed
);
System\Formats\Asn1\AsnWriter.SetOf.cs (2)
68
Debug.Assert(tag.
IsConstructed
);
75
Debug.Assert(tag.
IsConstructed
);
System\Formats\Asn1\AsnWriter.UtcTime.cs (1)
80
Debug.Assert(!tag.
IsConstructed
);
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
112
if (tag.
IsConstructed
)
System\Security\Cryptography\Helpers.cs (3)
299
if (!tag.
IsConstructed
)
306
if (tag.
IsConstructed
)
315
if (tag.
IsConstructed
)
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
112
if (tag.
IsConstructed
)