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