13 references to GetOperationTree
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Semantics\PatternMatchingTests.cs (2)
11413
var actualText = OperationTreeVerifier.
GetOperationTree
(comp, operation);
11470
var actualText = OperationTreeVerifier.
GetOperationTree
(comp, operation);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\DelegateTypeTests.cs (1)
14807
var actualText = OperationTreeVerifier.
GetOperationTree
(comp, operation);
Semantics\RefFieldTests.cs (2)
29462
OperationTreeVerifier.
GetOperationTree
(comp, fieldInitializerOperation));
29516
OperationTreeVerifier.
GetOperationTree
(comp, constructorOperation));
Semantics\StructConstructorTests.cs (3)
1052
var actualText = OperationTreeVerifier.
GetOperationTree
(comp, operation);
1147
var actualText = OperationTreeVerifier.
GetOperationTree
(comp, operation);
1244
var actualText = OperationTreeVerifier.
GetOperationTree
(comp, operation);
Microsoft.CodeAnalysis.CSharp.Test.Utilities (2)
CSharpTestBase.cs (2)
2593
return operation != null ? OperationTreeVerifier.
GetOperationTree
(compilation, operation) : null;
2598
return operation != null ? OperationTreeVerifier.
GetOperationTree
(compilation, operation) : null;
Microsoft.CodeAnalysis.Test.Utilities (3)
CommonTestBase.cs (2)
663
var original = OperationTreeVerifier.
GetOperationTree
(model.Compilation, operation);
664
var cloned = OperationTreeVerifier.
GetOperationTree
(model.Compilation, clonedOperation);
Compilation\SemanticModelExtensions.cs (1)
25
string operationTree = OperationTreeVerifier.
GetOperationTree
(model.Compilation, operation, initialIndent);