1 write to Kind
Microsoft.CodeAnalysis (1)
Syntax\SyntaxAnnotation.cs (1)
40this.Kind = kind;
5 references to Kind
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (4)
470if (a.Kind == annotationKind) 489if (annotationKinds.Contains(a.Kind)) 538if (annotation.Kind == annotationKind) 566if (annotationKinds.Contains(annotation.Kind))
Syntax\SyntaxAnnotation.cs (1)
51return string.Format("Annotation: Kind='{0}' Data='{1}'", this.Kind ?? "", this.Data ?? "");