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