3 references to CheckForTopLevelStatements
Microsoft.CodeAnalysis.CSharp.Test.Utilities (3)
CSharpTestBase.cs (3)
1509options = options ?? (expectedOutput != null ? TestOptions.ReleaseExe : CheckForTopLevelStatements(source.GetSyntaxTrees(parseOptions))); 1807options ??= CheckForTopLevelStatements(syntaxTrees); 3189options = CheckForTopLevelStatements(syntaxTrees);