3 writes to Millis
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.manual.cs (2)
33Millis = (int)millis; 37Millis = null;
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.xml.cs (1)
112decoded.Millis = tmpMillis;
5 references to Millis
System.Security.Cryptography.Pkcs (5)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.manual.cs (1)
521000L * Millis.GetValueOrDefault() +
System\Security\Cryptography\Pkcs\Asn1\Rfc3161Accuracy.xml.cs (2)
34if (Millis.HasValue) 36writer.WriteInteger(Millis.Value, new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (2)
287parsedInfo.Accuracy?.Millis > 999 || 288parsedInfo.Accuracy?.Millis < 1 ||