4 references to GetKind
Microsoft.CodeAnalysis.Test.Utilities (4)
Syntax\NodeHelpers.cs (3)
48return n.GetKind().Contains("Identifier") && n.Parent != null && n.Parent.GetKind().Contains("Name"); 53var kind = n.GetKind(); 59return n.GetKind().Contains("Literal");
Syntax\XmlHelpers.cs (1)
167new XAttribute("Kind", token.GetKind()),