2 references to Name
Microsoft.CodeAnalysis.VisualBasic (2)
Parser\ParseXml.vb (2)
2223
Dim nameNew As XmlNameSyntax = DirectCast(Visit(node.
Name
), XmlNameSyntax)
2224
If node.
Name
IsNot nameNew Then anyChanges = True