1 write to ProcessingInstruction
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\Keywords.cs (1)
214ProcessingInstruction = nt.Add("processing-instruction");
2 references to ProcessingInstruction
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1311Ref.Equal(name, atoms.ProcessingInstruction) ? XslProcessingInstruction() :
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
608else if (Ref.Equal(name, input.Atoms.ProcessingInstruction)) {