2 references to DecodeFromUtf8
Microsoft.AspNetCore.App.Analyzers (2)
Infrastructure\VirtualChars\System.Text\Rune.cs (2)
635
return
DecodeFromUtf8
(source.Slice(index), out value, out bytesConsumed);
684
OperationStatus operationStatus =
DecodeFromUtf8
(source, out Rune tempRune, out int tempBytesConsumed);