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