Searched refs:_null (Results 1 – 1 of 1) sorted by relevance
42 private static readonly JsonToken _null = new JsonToken(TokenType.Null); field in Google.Protobuf.JsonToken49 internal static JsonToken Null { get { return _null; } }