7 references to Prefix
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Main.Generated.cs (1)
2161=> node.Update(VisitToken(node.Prefix), VisitToken(node.ColonToken));
Syntax.xml.Syntax.Generated.cs (2)
15084if (prefix != this.Prefix || colonToken != this.ColonToken) 15095public XmlPrefixSyntax WithColonToken(SyntaxToken colonToken) => Update(this.Prefix, colonToken);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
Generated\Syntax.Test.xml.Generated.cs (2)
13887Assert.Equal(SyntaxKind.IdentifierToken, node.Prefix.Kind()); 13889var newNode = node.WithPrefix(node.Prefix).WithColonToken(node.ColonToken);
LexicalAndXml\XmlDocCommentTests.cs (1)
1164Assert.Equal("prefix", ProcessingInstruction.Name.Prefix.Prefix.Text);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\Worker_DocumentationComments.cs (1)
195AddXmlClassification(prefix.Prefix, classificationType);