2 references to NUMERIC_OUTPUT_TEMPLATE
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenIncrementTests.cs (2)
134
string expectedOutput = string.Format(
NUMERIC_OUTPUT_TEMPLATE
, 'a', 'b');
1011
string expectedOutput = string.Format(CultureInfo.InvariantCulture,
NUMERIC_OUTPUT_TEMPLATE
, value, valuePlusOne);