10 references to XmlProcessingInstruction
Microsoft.CodeAnalysis.CSharp (3)
Syntax.xml.Internal.Generated.cs (2)
33153
return new XmlProcessingInstructionSyntax(SyntaxKind.
XmlProcessingInstruction
, startProcessingInstructionToken, name, textTokens.Node, endProcessingInstructionToken, this.context);
38520
return new XmlProcessingInstructionSyntax(SyntaxKind.
XmlProcessingInstruction
, startProcessingInstructionToken, name, textTokens.Node, endProcessingInstructionToken);
Syntax.xml.Syntax.Generated.cs (1)
15425
/// <item><description><see cref="SyntaxKind.
XmlProcessingInstruction
"/></description></item>
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
LexicalAndXml\XmlDocCommentTests.cs (5)
1129
Assert.Equal(SyntaxKind.
XmlProcessingInstruction
, doc.Content[1].Kind());
1162
Assert.Equal(SyntaxKind.
XmlProcessingInstruction
, doc.Content[1].Kind());
1193
Assert.Equal(SyntaxKind.
XmlProcessingInstruction
, doc.Content[1].Kind());
1219
Assert.Equal(SyntaxKind.
XmlProcessingInstruction
, doc.Content[1].Kind());
1246
Assert.Equal(SyntaxKind.
XmlProcessingInstruction
, doc.Content[1].Kind());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\Worker_DocumentationComments.cs (2)
60
case SyntaxKind.
XmlProcessingInstruction
:
176
case SyntaxKind.
XmlProcessingInstruction
: