-
Notifications
You must be signed in to change notification settings - Fork 0
GenericSymbolWithSyntaxTree
Michael Rittenhouse edited this page Feb 12, 2024
·
1 revision
Represents a collection of closed generic symbols for use with an incremental source generator.
public sealed class GenericSymbolWithSyntaxTree
FromIncrementalGeneratorInitializationContext(IncrementalGeneratorInitializationContext) | Creates a new tree from an incremental generator initialization context. |
GetBranch(GenericSymbolWithSyntax, CancellationToken) | Returns a collection which represents the closed generic symbols associated with the given symbol and syntax node. |
GetBranchesBySymbol(ISymbol, CancellationToken) | Returns a collection of all branches in the tree that match the given symbol. |