11 references to Name
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_XmlLiterals.vb (1)
78
Dim target = CreateStringLiteral(syntax, GetXmlName(syntax.
Name
), compilerGenerated:=True, diagnostics:=diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
4965
Dim newName = DirectCast(VisitToken(node.
Name
).Node, InternalSyntax.XmlNameTokenSyntax)
4966
If node.
Name
.Node IsNot newName Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (4)
32386
return Update(lessThanQuestionToken, Me.
Name
, Me.TextTokens, Me.QuestionGreaterThanToken)
32419
return Update(Me.LessThanQuestionToken, Me.
Name
, textTokens, Me.QuestionGreaterThanToken)
32438
return Update(Me.LessThanQuestionToken, Me.
Name
, Me.TextTokens, questionGreaterThanToken)
32481
If lessThanQuestionToken <> Me.LessThanQuestionToken OrElse name <> Me.
Name
OrElse textTokens <> Me.TextTokens OrElse questionGreaterThanToken <> Me.QuestionGreaterThanToken Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21435
Assert.NotNull(objectUnderTest.
name
)
21438
Dim withObj = objectUnderTest.WithLessThanQuestionToken(objectUnderTest.LessThanQuestionToken).WithName(objectUnderTest.
Name
).WithTextTokens(objectUnderTest.TextTokens).WithQuestionGreaterThanToken(objectUnderTest.QuestionGreaterThanToken)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Classification\Worker.DocumentationCommentClassifier.vb (1)
270
AddXmlClassification(node.
Name
, ClassificationTypeNames.XmlDocCommentProcessingInstruction)
Classification\Worker.XmlClassifier.vb (1)
160
AddTokenClassification(node.
Name
, ClassificationTypeNames.XmlLiteralName)