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