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