7 references to XmlProcessingInstruction
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
LexicalAndXml\XmlDocCommentTests.cs (5)
1128Assert.Equal(SyntaxKind.XmlProcessingInstruction, doc.Content[1].Kind()); 1161Assert.Equal(SyntaxKind.XmlProcessingInstruction, doc.Content[1].Kind()); 1192Assert.Equal(SyntaxKind.XmlProcessingInstruction, doc.Content[1].Kind()); 1218Assert.Equal(SyntaxKind.XmlProcessingInstruction, doc.Content[1].Kind()); 1245Assert.Equal(SyntaxKind.XmlProcessingInstruction, doc.Content[1].Kind());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\Worker_DocumentationComments.cs (2)
60case SyntaxKind.XmlProcessingInstruction: 176case SyntaxKind.XmlProcessingInstruction: