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