40 references to VerifyOperationTree
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (11)
Attributes\AttributeTests.cs (6)
716VerifyOperationTree(comp, operation, @" 758VerifyOperationTree(comp, speculativeOperation, @" 823VerifyOperationTree(comp, speculativeOperation, @" 864VerifyOperationTree(comp, speculativeOperation, @" 905VerifyOperationTree(comp, speculativeOperation, @" 944VerifyOperationTree(comp, speculativeOperation, @"
Semantics\PatternMatchingTests5.cs (5)
429VerifyOperationTree(comp, model.GetOperation(isPattern), @" 566VerifyOperationTree(comp, model.GetOperation(isPattern), @" 797VerifyOperationTree(comp, model.GetOperation(isPattern), @" 843VerifyOperationTree(comp, model.GetOperation(isPattern), @" 897VerifyOperationTree(comp, model.GetOperation(isPattern), @"
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (15)
IOperation\IOperationTests_IForEachLoopStatement.cs (15)
2819VerifyOperationTree(comp, op.Info.GetEnumeratorArguments[0], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: s) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2824VerifyOperationTree(comp, op.Info.GetEnumeratorArguments[1], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: line) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2829VerifyOperationTree(comp, op.Info.MoveNextArguments[0], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: s) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2834VerifyOperationTree(comp, op.Info.MoveNextArguments[1], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: line) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2839VerifyOperationTree(comp, op.Info.MoveNextArguments[2], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: r) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2844VerifyOperationTree(comp, op.Info.DisposeArguments[0], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: s) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2849VerifyOperationTree(comp, op.Info.DisposeArguments[1], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: line) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2854VerifyOperationTree(comp, op.Info.DisposeArguments[2], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: xxx) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2859VerifyOperationTree(comp, op.Info.DisposeArguments[3], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: f) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2951VerifyOperationTree(comp, op.Info.GetEnumeratorArguments[0], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: s) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2956VerifyOperationTree(comp, op.Info.GetEnumeratorArguments[1], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: line) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2961VerifyOperationTree(comp, op.Info.MoveNextArguments[0], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: s) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2966VerifyOperationTree(comp, op.Info.MoveNextArguments[1], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: line) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2971VerifyOperationTree(comp, op.Info.DisposeArguments[0], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: s) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }') 2976VerifyOperationTree(comp, op.Info.DisposeArguments[1], @"IArgumentOperation (ArgumentKind.DefaultValue, Matching Parameter: line) (OperationKind.Argument, Type: null, IsImplicit) (Syntax: 'await forea ... }')
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (13)
Semantics\OutVarTests.cs (1)
3517VerifyOperationTree(compilation, initializerOperation.Parent.Parent, @"
Semantics\PrimaryConstructorTests.cs (5)
1003VerifyOperationTree(comp, operation, 1024VerifyOperationTree(comp, operation.Parent.Parent, 3769VerifyOperationTree((CSharpCompilation)context.Compilation, context.Operation, 3784VerifyOperationTree((CSharpCompilation)context.Compilation, context.Operation, 5116VerifyOperationTree((CSharpCompilation)context.Compilation, context.Operation, @"");
Semantics\RecordStructTests.cs (3)
6393VerifyOperationTree((CSharpCompilation)context.Compilation, context.Operation, @""); 6901VerifyOperationTree(comp, operation, @" 8774VerifyOperationTree(comp, operation, @"
Semantics\RecordTests.cs (4)
21195VerifyOperationTree(comp, operation, 21216VerifyOperationTree(comp, operation.Parent.Parent, 26830VerifyOperationTree((CSharpCompilation)context.Compilation, context.Operation, 26845VerifyOperationTree((CSharpCompilation)context.Compilation, context.Operation,
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
1992VerifyOperationTree(compilation, model.GetOperation(syntaxNode), expectedOperationTree);