14 references to Prefix
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_XmlLiterals.vb (3)
783
Dim prefixSyntax = syntax.
Prefix
1260
If syntax.
Prefix
IsNot Nothing Then
1261
prefixName = GetXmlName(syntax.
Prefix
.Name)
Generated\Syntax.xml.Main.Generated.vb (2)
4899
Dim newPrefix = DirectCast(Visit(node.
Prefix
), XmlPrefixSyntax)
4900
If node.
Prefix
IsNot newPrefix Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
31946
return Update(Me.
Prefix
, localName)
31961
Return Me.
Prefix
31987
If prefix IsNot Me.
Prefix
OrElse localName <> Me.LocalName Then
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ReplacePropertyWithMethods\VisualBasicReplacePropertyWithMethods.vb (1)
206
Return name?.
Prefix
Is Nothing AndAlso name?.LocalName.ValueText = "value"
Microsoft.CodeAnalysis.VisualBasic.Workspaces (5)
Classification\Worker.DocumentationCommentClassifier.vb (3)
158
Dim prefix = node.
Prefix
246
startTagName.
Prefix
Is Nothing AndAlso
254
emptyElementName.
Prefix
Is Nothing AndAlso
Classification\Worker.XmlClassifier.vb (2)
245
If element.
Prefix
IsNot Nothing Then
246
Dim prefix = element.
Prefix