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