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