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