Share via


Simplifier.Annotation Property

Definition

The annotation the reducer uses to identify sub trees to be reduced. The Expand operations add this annotation to nodes so that the Reduce operations later find them.

public:
 static property Microsoft::CodeAnalysis::SyntaxAnnotation ^ Annotation { Microsoft::CodeAnalysis::SyntaxAnnotation ^ get(); };
public static Microsoft.CodeAnalysis.SyntaxAnnotation Annotation { get; }
static member Annotation : Microsoft.CodeAnalysis.SyntaxAnnotation
Public Shared ReadOnly Property Annotation As SyntaxAnnotation

Property Value

Applies to