3 references to SynthesizedBytesToStringFunctionName
Microsoft.CodeAnalysis (3)
CodeGen\PrivateImplementationDetails.cs (3)
376
var method = GetMethod(
SynthesizedBytesToStringFunctionName
);
391
method = GetMethod(
SynthesizedBytesToStringFunctionName
);
1215
public override string Name => PrivateImplementationDetails.
SynthesizedBytesToStringFunctionName
;