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