7 references to SyntaxTree
Microsoft.CodeAnalysis (2)
Diagnostic\SourceLocation.cs (2)
37: this(nodeOrToken.SyntaxTree!, nodeOrToken.Span) 39Debug.Assert(nodeOrToken.SyntaxTree is object);
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Simplification\AbstractSimplificationService.cs (1)
225if (currentNodeOrToken.SyntaxTree != semanticModelForReduce.SyntaxTree)
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Await.cs (2)
221(nodeOrToken.SyntaxTree as CSharpSyntaxTree)?.Options?.IsFeatureEnabled(MessageID.IDS_AwaitInCatchAndFinally) == false) 227(nodeOrToken.SyntaxTree as CSharpSyntaxTree)?.Options?.IsFeatureEnabled(MessageID.IDS_AwaitInCatchAndFinally) == false)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
ParentChecker.cs (1)
18Assert.Equal(expectedSyntaxTree, nodeOrToken.SyntaxTree);
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Simplification\AbstractSimplificationService.cs (1)
225if (currentNodeOrToken.SyntaxTree != semanticModelForReduce.SyntaxTree)