17 references to Prefix
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (17)
Semantics\OperatorTests.cs (17)
3370private const string EnumAddition = Prefix + @" 3380private const string DelegateAddition = Prefix + @" 3383private const string StringAddition = Prefix + @" 3388private const string ArithmeticTemplate = Prefix + @" 3809private const string EnumSubtraction = Prefix + @" 3819private const string DelegateSubtraction = Prefix + "d1 - d2 //-DelegateRemoval" + Postfix; 3821private const string ShiftTemplate = Prefix + @" 3949private const string LogicTemplate = Prefix + @" 4168private const string ShortCircuitTemplate = Prefix + @" 4172private const string EnumLogicTemplate = Prefix + @" 4178private const string ComparisonTemplate = Prefix + @" 4600private const string EqualityTemplate = Prefix + @" 4643private const string PrefixIncrementTemplate = Prefix + @" 4671private const string UnaryPlus = Prefix + @" 4697private const string UnaryMinus = Prefix + @" 4721private const string LogicalNegation = Prefix + @" 4725private const string BitwiseComplement = Prefix + @"