7 references to XmlProcessingInstruction
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
LexicalAndXml\XmlDocCommentTests.cs (5)
1129Assert.Equal(SyntaxKind.XmlProcessingInstruction, doc.Content[1].Kind()); 1162Assert.Equal(SyntaxKind.XmlProcessingInstruction, doc.Content[1].Kind()); 1193Assert.Equal(SyntaxKind.XmlProcessingInstruction, doc.Content[1].Kind()); 1219Assert.Equal(SyntaxKind.XmlProcessingInstruction, doc.Content[1].Kind()); 1246Assert.Equal(SyntaxKind.XmlProcessingInstruction, doc.Content[1].Kind());
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Classification\Worker_DocumentationComments.cs (2)
60case SyntaxKind.XmlProcessingInstruction: 176case SyntaxKind.XmlProcessingInstruction: