1 write to _prefix
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
184
_prefix
= System.Text.Encoding.UTF8.GetBytes(prefixString);
1 reference to _prefix
ILCompiler.Compiler (1)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
217
public ReadOnlySpan<byte> Prefix =>
_prefix
;