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