프로퍼티 | 타입 | 설명 | |
---|---|---|---|
node | CSharpSyntaxNode | ||
semanticModel | Microsoft.CodeAnalysis.SemanticModel |
메소드 | 설명 | |
---|---|---|
ASTWalker ( |
Copy initializes a new instance of the ASTWalker class. For testability. |
메소드 | 설명 | |
---|---|---|
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.
|
protected ASTWalker ( CSharpSyntaxNode node, Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System | ||
node | CSharpSyntaxNode | |
semanticModel | Microsoft.CodeAnalysis.SemanticModel | |
리턴 | System |