Home
last modified time | relevance | path

Searched refs:_null (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonToken.cs42 private static readonly JsonToken _null = new JsonToken(TokenType.Null); field in Google.Protobuf.JsonToken
49 internal static JsonToken Null { get { return _null; } }