1 write to target
System.Xml (1)
System\Xml\Dom\XmlProcessingInstruction.cs (1)
22
this.
target
= target;
5 references to target
System.Xml (5)
System\Xml\Dom\XmlProcessingInstruction.cs (5)
29
if (
target
!= null)
30
return
target
;
48
get { return
target
;}
81
return OwnerDocument.CreateProcessingInstruction(
target
, data );
86
w.WriteProcessingInstruction(
target
, data);