Property | Type | Description | |
---|---|---|---|
node | CSharpSyntaxNode | ||
semanticModel | Microsoft.CodeAnalysis.SemanticModel |
Method | Description | |
---|---|---|
ASTWalker ( |
Copy initializes a new instance of the ASTWalker class. For testability. |
Method | Description | |
---|---|---|
ASTWalker ( CSharpSyntaxNode node, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System |
Initializes a new instance of the ASTWalker class.
|
|
OnContextChanged ( ) : void |
Called when the context has changed. When accessing the context, it is already the new context, no information is provided in this method about the old one.
|
public ASTWalker ( |
||
other | ||
return | System |
protected ASTWalker ( CSharpSyntaxNode node, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System | ||
node | CSharpSyntaxNode | |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | |
return | System |