15 references to Attributes
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_XmlLiterals.vb (1)
92Return BindXmlElement(syntax, syntax.Name, syntax.Attributes, Nothing, rootInfoOpt, diagnostics)
Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb (1)
618Return DirectCast(element, XmlEmptyElementSyntax).Attributes
Generated\Syntax.xml.Main.Generated.vb (1)
4837Dim newAttributes = VisitList(node.Attributes)
Generated\Syntax.xml.Syntax.Generated.vb (5)
31425return Update(lessThanToken, Me.Name, Me.Attributes, Me.SlashGreaterThanToken) 31439return Update(Me.LessThanToken, name, Me.Attributes, Me.SlashGreaterThanToken) 31462Return Me.WithAttributes(Me.Attributes.AddRange(items)) 31477return Update(Me.LessThanToken, Me.Name, Me.Attributes, slashGreaterThanToken) 31528If lessThanToken <> Me.LessThanToken OrElse name IsNot Me.Name OrElse attributes <> Me.Attributes OrElse slashGreaterThanToken <> Me.SlashGreaterThanToken Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicDocumentationCommentService.vb (1)
37Return xmlEmpty.Attributes
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\CompletionProviders\XmlDocCommentCompletionProvider.vb (2)
229tagAttributes = emptyElementSyntax.Attributes 314attributes = emptyElementSyntax.Attributes
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
21363Dim withObj = objectUnderTest.WithLessThanToken(objectUnderTest.LessThanToken).WithName(objectUnderTest.Name).WithAttributes(objectUnderTest.Attributes).WithSlashGreaterThanToken(objectUnderTest.SlashGreaterThanToken)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
Classification\Worker.DocumentationCommentClassifier.vb (1)
202For Each attribute In node.Attributes
Classification\Worker.XmlClassifier.vb (1)
136For Each attribute In node.Attributes
VisualBasicDocumentationCommentService.vb (1)
37Return xmlEmpty.Attributes