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