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