1 override of RootCore
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
5007protected sealed override SyntaxNode RootCore => this.Root;
1 reference to RootCore
Microsoft.CodeAnalysis (1)
Compilation\SemanticModel.cs (1)
918internal SyntaxNode Root => RootCore;