2 references to CheckForTopLevelStatements
Microsoft.CodeAnalysis.CSharp.Test.Utilities (2)
CSharpTestBase.cs (2)
1016
options = options ?? (expectedOutput != null ? TestOptions.ReleaseExe :
CheckForTopLevelStatements
(source.GetSyntaxTrees(parseOptions)));
1314
options ??=
CheckForTopLevelStatements
(syntaxTrees);