Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs74 … private static readonly JsonFormatter diagnosticFormatter = new JsonFormatter(Settings.Default); field in Google.Protobuf.JsonFormatter
128 private bool DiagnosticOnly => ReferenceEquals(this, diagnosticFormatter);
192 return diagnosticFormatter.Format(message); in ToDiagnosticString()