![]() | AnnotationExtensions Class |
Namespace: Microsoft.CodeAnalysis
Name | Description | |
---|---|---|
![]() ![]() | WithAdditionalAnnotationsTNode(TNode, SyntaxAnnotation) |
Creates a new node identical to this node with the specified annotations attached.
|
![]() ![]() | WithAdditionalAnnotationsTNode(TNode, IEnumerableT) | |
![]() ![]() | WithoutAnnotationsTNode(TNode, SyntaxAnnotation) |
Creates a new node identical to this node with the specified annotations removed.
|
![]() ![]() | WithoutAnnotationsTNode(TNode, IEnumerableT) | |
![]() ![]() | WithoutAnnotationsTNode(TNode, String) |
Creates a new node identical to this node with the annotations of the specified kind removed.
|