8 references to _allInOneCSharpCode
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (8)
Syntax\SyntaxAnnotationTests.cs (8)
133
var tree = SyntaxFactory.ParseSyntaxTree(
_allInOneCSharpCode
, options: Test.Utilities.TestOptions.Regular);
143
var tree = SyntaxFactory.ParseSyntaxTree(
_allInOneCSharpCode
, options: Test.Utilities.TestOptions.Regular);
306
var tree = SyntaxFactory.ParseSyntaxTree(
_allInOneCSharpCode
, options: Test.Utilities.TestOptions.Regular);
314
var tree = SyntaxFactory.ParseSyntaxTree(
_allInOneCSharpCode
, options: Test.Utilities.TestOptions.Regular);
322
var tree = SyntaxFactory.ParseSyntaxTree(
_allInOneCSharpCode
, options: Test.Utilities.TestOptions.Regular);
330
var tree = SyntaxFactory.ParseSyntaxTree(
_allInOneCSharpCode
, options: Test.Utilities.TestOptions.Regular);
338
var tree1 = SyntaxFactory.ParseSyntaxTree(
_allInOneCSharpCode
, options: Test.Utilities.TestOptions.Regular);
339
var tree2 = SyntaxFactory.ParseSyntaxTree(
_allInOneCSharpCode
, options: Test.Utilities.TestOptions.Regular);