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