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