1 instantiation of ProcessingInstructionNode
SMDiagnostics (1)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (1)
339ProcessingInstructionNode node = new ProcessingInstructionNode(name, text, this.CurrentElement);
3 references to ProcessingInstructionNode
SMDiagnostics (3)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (3)
339ProcessingInstructionNode node = new ProcessingInstructionNode(name, text, this.CurrentElement); 780ProcessingInstructionNode CurrentProcessingInstruction 782get { return this.current as ProcessingInstructionNode; }