7 references to XmlProcessingInstruction
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
LexicalAndXml\XmlDocCommentTests.cs (5)
1128
Assert.Equal(SyntaxKind.
XmlProcessingInstruction
, doc.Content[1].Kind());
1161
Assert.Equal(SyntaxKind.
XmlProcessingInstruction
, doc.Content[1].Kind());
1192
Assert.Equal(SyntaxKind.
XmlProcessingInstruction
, doc.Content[1].Kind());
1218
Assert.Equal(SyntaxKind.
XmlProcessingInstruction
, doc.Content[1].Kind());
1245
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
: