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