2 references to TryDecodeBase64
System.Text.Json (2)
System\Text\Json\Document\JsonDocument.cs (1)
416return JsonReaderHelper.TryDecodeBase64(segment, out value);
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (1)
842return JsonReaderHelper.TryDecodeBase64(span, out value);