7 references to GetOperationTreeForTest
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (2)
BasicTestBase.vb (2)
844
Dim operationTree =
GetOperationTreeForTest
(Of TSyntaxNode)(source, compilationOptions, parseOptions, which, useLatestFrameworkReferences)
858
Dim operationTree =
GetOperationTreeForTest
(Of TSyntaxNode)(source, compilationOptions, parseOptions, which, useLatestFrameworkReferences)
Roslyn.Compilers.VisualBasic.IOperation.UnitTests (5)
IOperation\IOperationTests_TryCatch.vb (5)
972
Assert.Null(
GetOperationTreeForTest
(Of CatchFilterClauseSyntax)(source).operation)
1023
Assert.Null(
GetOperationTreeForTest
(Of CatchStatementSyntax)(source).operation)
1040
Assert.Null(
GetOperationTreeForTest
(Of TryStatementSyntax)(source).operation)
1057
Assert.Null(
GetOperationTreeForTest
(Of EndBlockStatementSyntax)(source).operation)
1075
Assert.Null(
GetOperationTreeForTest
(Of FinallyStatementSyntax)(source).operation)