8 references to PrimitiveBitString
System.Formats.Asn1 (6)
System\Formats\Asn1\AsnDecoder.BitString.cs (4)
72expectedTag ?? Asn1Tag.PrimitiveBitString, 181expectedTag ?? Asn1Tag.PrimitiveBitString, 284expectedTag ?? Asn1Tag.PrimitiveBitString, 477if (tag == Asn1Tag.PrimitiveBitString)
System\Formats\Asn1\AsnWriter.BitString.cs (2)
41WriteBitStringCore(tag ?? Asn1Tag.PrimitiveBitString, value, unusedBitCount); 162Asn1Tag primitiveBitString = Asn1Tag.PrimitiveBitString;
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\CurveAsn.xml.cs (1)
105if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.PrimitiveBitString))
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (1)
119if (sequenceReader.HasData && sequenceReader.PeekTag().HasSameClassAndValue(Asn1Tag.PrimitiveBitString))