17 references to Prefix
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (17)
Semantics\OperatorTests.cs (17)
3369private const string EnumAddition = Prefix + @" 3379private const string DelegateAddition = Prefix + @" 3382private const string StringAddition = Prefix + @" 3387private const string ArithmeticTemplate = Prefix + @" 3808private const string EnumSubtraction = Prefix + @" 3818private const string DelegateSubtraction = Prefix + "d1 - d2 //-DelegateRemoval" + Postfix; 3820private const string ShiftTemplate = Prefix + @" 3948private const string LogicTemplate = Prefix + @" 4167private const string ShortCircuitTemplate = Prefix + @" 4171private const string EnumLogicTemplate = Prefix + @" 4177private const string ComparisonTemplate = Prefix + @" 4599private const string EqualityTemplate = Prefix + @" 4642private const string PrefixIncrementTemplate = Prefix + @" 4670private const string UnaryPlus = Prefix + @" 4696private const string UnaryMinus = Prefix + @" 4720private const string LogicalNegation = Prefix + @" 4724private const string BitwiseComplement = Prefix + @"