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