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