8 overrides of SyntaxTree
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CSharp (1)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.VisualBasic (1)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
327 references to SyntaxTree
GenerateDocumentationAndConfigFiles (5)
Metrics (7)
Metrics.Legacy (7)
Microsoft.AspNetCore.Analyzers (1)
Microsoft.CodeAnalysis (14)
Microsoft.CodeAnalysis.Analyzers (9)
Microsoft.CodeAnalysis.AnalyzerUtilities (7)
Microsoft.CodeAnalysis.BannedApiAnalyzers (7)
Microsoft.CodeAnalysis.CodeStyle (7)
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp (49)
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (15)
Microsoft.CodeAnalysis.CSharp.Features (9)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (28)
Symbols\Source\FileModifierTests.cs (28)
1229Assert.Equal(comp.SyntaxTrees[0], cs[0].DeclaringSyntaxReferences.Single().SyntaxTree);
1230Assert.Equal(comp.SyntaxTrees[1], cs[1].DeclaringSyntaxReferences.Single().SyntaxTree);
1300Assert.Equal(comp.SyntaxTrees[0], syntaxReferences[0].SyntaxTree);
1301Assert.Equal(comp.SyntaxTrees[1], syntaxReferences[1].SyntaxTree);
1358Assert.Equal(comp.SyntaxTrees[0], syntaxReferences[0].SyntaxTree);
1359Assert.Equal(comp.SyntaxTrees[1], syntaxReferences[1].SyntaxTree);
1363Assert.Equal(comp.SyntaxTrees[2], c1.DeclaringSyntaxReferences.Single().SyntaxTree);
1421Assert.Equal(comp.SyntaxTrees[0], c0.DeclaringSyntaxReferences.Single().SyntaxTree);
1428Assert.Equal(comp.SyntaxTrees[1], syntaxReferences[0].SyntaxTree);
1429Assert.Equal(comp.SyntaxTrees[1], syntaxReferences[1].SyntaxTree);
1483Assert.Equal(comp.SyntaxTrees[0], c0.DeclaringSyntaxReferences.Single().SyntaxTree);
1487Assert.Equal(comp.SyntaxTrees[1], c1.DeclaringSyntaxReferences.Single().SyntaxTree);
1543Assert.Equal(comp.SyntaxTrees[0], syntaxReferences[0].SyntaxTree);
1544Assert.Equal(comp.SyntaxTrees[1], syntaxReferences[1].SyntaxTree);
1548Assert.Equal(comp.SyntaxTrees[1], c1.DeclaringSyntaxReferences.Single().SyntaxTree);
1567Assert.Equal(comp.SyntaxTrees[0], syntaxReferences[0].SyntaxTree);
1568Assert.Equal(comp.SyntaxTrees[0], syntaxReferences[1].SyntaxTree);
1569Assert.Equal(comp.SyntaxTrees[1], syntaxReferences[2].SyntaxTree);
1615Assert.Equal(comp.SyntaxTrees[0], c0.DeclaringSyntaxReferences.Single().SyntaxTree);
1621Assert.Equal(comp.SyntaxTrees[1], syntaxReferences[0].SyntaxTree);
1622Assert.Equal(comp.SyntaxTrees[1], syntaxReferences[1].SyntaxTree);
1637Assert.Equal(comp.SyntaxTrees[0], syntaxReferences[0].SyntaxTree);
1638Assert.Equal(comp.SyntaxTrees[0], syntaxReferences[1].SyntaxTree);
1642Assert.Equal(comp.SyntaxTrees[1], c1.DeclaringSyntaxReferences.Single().SyntaxTree);
1801Assert.Equal(comp.SyntaxTrees[0], cs[0].DeclaringSyntaxReferences.Single().SyntaxTree);
1802Assert.Equal(comp.SyntaxTrees[1], cs[1].DeclaringSyntaxReferences.Single().SyntaxTree);
1876Assert.Equal(comp.SyntaxTrees[0], cs[0].DeclaringSyntaxReferences.Single().SyntaxTree);
1877Assert.Equal(comp.SyntaxTrees[1], cs[1].DeclaringSyntaxReferences.Single().SyntaxTree);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.Features (23)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (7)
Microsoft.CodeAnalysis.PublicApiAnalyzers (7)
Microsoft.CodeAnalysis.ResxSourceGenerator (7)
Microsoft.CodeAnalysis.Test.Utilities (3)
Microsoft.CodeAnalysis.VisualBasic (49)
Symbols\Source\SourceNamedTypeSymbol.vb (8)
181Dim binder As Binder = BinderBuilder.CreateBinderForType(ContainingSourceModule, syntaxRef.SyntaxTree, Me)
223CheckDeclarationPart(syntaxRef.SyntaxTree, syntaxRef.GetVisualBasicSyntax(), firstNode, foundPartial, diagnostics)
800Dim tree = syntaxRef.SyntaxTree
923Dim tree = syntaxRef.SyntaxTree
1284MakeDeclaredBaseInPart(syntaxRef.SyntaxTree, syntaxRef.GetVisualBasicSyntax(), baseType, basesBeingResolved, diagnostics)
1304MakeDeclaredInterfacesInPart(syntaxRef.SyntaxTree, syntaxRef.GetVisualBasicSyntax(), interfaces, basesBeingResolved, diagnostics)
1322Dim binder As Binder = CreateLocationSpecificBinderForType(part.SyntaxTree, BindingLocation.BaseTypes)
1802Dim tree = blockRef.SyntaxTree
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\LanguageServices\VisualBasicSymbolDeclarationService.vb (1)
59Return _reference.SyntaxTree
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\LanguageServices\VisualBasicSymbolDeclarationService.vb (1)
59Return _reference.SyntaxTree
Microsoft.CodeAnalysis.Workspaces (10)
Microsoft.Interop.LibraryImportGenerator (1)
Microsoft.Interop.SourceGeneration (6)
Microsoft.VisualStudio.LanguageServices (3)
Mvc.Api.Analyzers.Test (4)
Roslyn.Diagnostics.Analyzers (7)
Roslyn.Diagnostics.CSharp.Analyzers (2)
System.Text.Json.SourceGeneration (1)
Test.Utilities (5)
Text.Analyzers (7)