15 references to Attributes
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_XmlLiterals.vb (1)
100Return BindXmlElement(syntax, startTag.Name, startTag.Attributes, syntax.Content, rootInfoOpt, diagnostics)
Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb (1)
624Return DirectCast(element, XmlElementStartTagSyntax).Attributes
Generated\Syntax.xml.Main.Generated.vb (1)
4801Dim newAttributes = VisitList(node.Attributes)
Generated\Syntax.xml.Syntax.Generated.vb (5)
31147return Update(lessThanToken, Me.Name, Me.Attributes, Me.GreaterThanToken) 31161return Update(Me.LessThanToken, name, Me.Attributes, Me.GreaterThanToken) 31184Return Me.WithAttributes(Me.Attributes.AddRange(items)) 31199return Update(Me.LessThanToken, Me.Name, Me.Attributes, greaterThanToken) 31250If lessThanToken <> Me.LessThanToken OrElse name IsNot Me.Name OrElse attributes <> Me.Attributes OrElse greaterThanToken <> Me.GreaterThanToken Then
Microsoft.CodeAnalysis.VisualBasic.Features (4)
ChangeSignature\VisualBasicChangeSignatureService.vb (1)
651Dim nameAttribute = paramNode.StartTag.Attributes.OfType(Of XmlNameAttributeSyntax).FirstOrDefault(Function(a) a.Name.ToString() = "name")
Completion\CompletionProviders\XmlDocCommentCompletionProvider.vb (2)
223tagAttributes = startTagSyntax.Attributes 318attributes = elementSyntax.StartTag.Attributes
Highlighting\KeywordHighlighters\XmlElementHighlighter.vb (1)
30If .Attributes.Count = 0 Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
21344Dim withObj = objectUnderTest.WithLessThanToken(objectUnderTest.LessThanToken).WithName(objectUnderTest.Name).WithAttributes(objectUnderTest.Attributes).WithGreaterThanToken(objectUnderTest.GreaterThanToken)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Classification\Worker.DocumentationCommentClassifier.vb (1)
183For Each attribute In node.Attributes
Classification\Worker.XmlClassifier.vb (1)
101For Each attribute In node.Attributes