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