3 types derived from EmbeddedSyntaxTree
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\Json\JsonTree.cs (1)
11
internal sealed class JsonTree :
EmbeddedSyntaxTree
<JsonKind, JsonNode, JsonCompilationUnit>
EmbeddedLanguages\RegularExpressions\RegexTree.cs (1)
14
internal sealed class RegexTree :
EmbeddedSyntaxTree
<RegexKind, RegexNode, RegexCompilationUnit>
EmbeddedLanguages\StackFrame\StackFrameTree.cs (1)
11
internal class StackFrameTree :
EmbeddedSyntaxTree
<StackFrameKind, StackFrameNode, StackFrameCompilationUnit>
1 reference to EmbeddedSyntaxTree
Microsoft.CodeAnalysis.Workspaces (1)
EmbeddedSyntaxTrivia.cs (1)
22
/// directly. These will be collected and aggregated into <see cref="
EmbeddedSyntaxTree
{TNode, TRoot, TSyntaxKind}.Diagnostics"/>