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