4 references to TagNumberMask
System.Formats.Asn1 (4)
System\Formats\Asn1\Asn1Tag.cs (4)
170
uint tagValue = (uint)(first &
TagNumberMask
);
172
if (tagValue ==
TagNumberMask
)
277
if (TagValue <
TagNumberMask
)
322
byte firstByte = (byte)(_controlFlags |
TagNumberMask
);