8 references to GetDynamicCompoundAssignmentTestSource
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Semantics\DynamicTests.cs (8)
2565
string source =
GetDynamicCompoundAssignmentTestSource
("*", "DynamicMultiplication");
2572
string source =
GetDynamicCompoundAssignmentTestSource
("/", "DynamicDivision");
2579
string source =
GetDynamicCompoundAssignmentTestSource
("%", "DynamicRemainder");
2586
string source =
GetDynamicCompoundAssignmentTestSource
("^", "DynamicXor");
2593
string source =
GetDynamicCompoundAssignmentTestSource
("&", "DynamicAnd");
2600
string source =
GetDynamicCompoundAssignmentTestSource
("|", "DynamicOr");
2607
string source =
GetDynamicCompoundAssignmentTestSource
("<<", "DynamicLeftShift");
2614
string source =
GetDynamicCompoundAssignmentTestSource
(">>", "DynamicRightShift");