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)
476if (a.Kind == annotationKind) 495if (annotationKinds.Contains(a.Kind)) 544if (annotation.Kind == annotationKind) 572if (annotationKinds.Contains(annotation.Kind))
Syntax\SyntaxAnnotation.cs (1)
51return string.Format("Annotation: Kind='{0}' Data='{1}'", this.Kind ?? "", this.Data ?? "");