7 references to XmlProcessingInstruction
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
: