3 references to GetElementKind
Microsoft.CodeAnalysis.CSharp (3)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
1172XmlNameAttributeElementKind elementKind = parent.GetElementKind();
Compiler\DocumentationCommentCompiler.cs (2)
499&& nameAttribute.GetElementKind() == XmlNameAttributeElementKind.Parameter 1168XmlNameAttributeElementKind elementKind = syntax.GetElementKind();