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