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