2 references to GetUtf8ByteRepresentation
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (2)
89
return MakeUtf8Span(node,
GetUtf8ByteRepresentation
(node));
183
byte[]? bytes =
GetUtf8ByteRepresentation
(literal);