2 references to TryGetUtf8ByteRepresentation
Microsoft.CodeAnalysis (1)
CodeGen\PrivateImplementationDetails.cs (1)
333if (!text.TryGetUtf8ByteRepresentation(out byte[]? data, out _))
Microsoft.CodeAnalysis.CSharp (1)
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
125if (node.Value.TryGetUtf8ByteRepresentation(out byte[]? result, out string? error))