8 references to GetDynamicCompoundAssignmentTestSource
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Semantics\DynamicTests.cs (8)
2339
string source =
GetDynamicCompoundAssignmentTestSource
("*", "DynamicMultiplication");
2346
string source =
GetDynamicCompoundAssignmentTestSource
("/", "DynamicDivision");
2353
string source =
GetDynamicCompoundAssignmentTestSource
("%", "DynamicRemainder");
2360
string source =
GetDynamicCompoundAssignmentTestSource
("^", "DynamicXor");
2367
string source =
GetDynamicCompoundAssignmentTestSource
("&", "DynamicAnd");
2374
string source =
GetDynamicCompoundAssignmentTestSource
("|", "DynamicOr");
2381
string source =
GetDynamicCompoundAssignmentTestSource
("<<", "DynamicLeftShift");
2388
string source =
GetDynamicCompoundAssignmentTestSource
(">>", "DynamicRightShift");