8 references to ElementNameIs
Microsoft.CodeAnalysis.VisualBasic (8)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (8)
274If ElementNameIs(element, DocumentationCommentXmlNames.IncludeElementName) Then 312If ElementNameIs(element, DocumentationCommentXmlNames.ExceptionElementName) Then 323ElseIf ElementNameIs(element, DocumentationCommentXmlNames.ReturnsElementName) Then 341ElseIf ElementNameIs(element, DocumentationCommentXmlNames.ParameterElementName) OrElse 342ElementNameIs(element, DocumentationCommentXmlNames.ParameterReferenceElementName) Then 352ElseIf ElementNameIs(element, DocumentationCommentXmlNames.ValueElementName) Then 360ElseIf ElementNameIs(element, DocumentationCommentXmlNames.TypeParameterElementName) Then 369ElseIf ElementNameIs(element, DocumentationCommentXmlNames.TypeParameterReferenceElementName) Then