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