3 references to SynthesizedBytesToStringFunctionName
Microsoft.CodeAnalysis (3)
CodeGen\PrivateImplementationDetails.cs (3)
369
var method = GetMethod(
SynthesizedBytesToStringFunctionName
);
384
method = GetMethod(
SynthesizedBytesToStringFunctionName
);
1171
public override string Name => PrivateImplementationDetails.
SynthesizedBytesToStringFunctionName
;