1 write to _target
System.Private.Xml (1)
System\Xml\Dom\XmlProcessingInstruction.cs (1)
21
_target
= target;
4 references to _target
System.Private.Xml (4)
System\Xml\Dom\XmlProcessingInstruction.cs (4)
26
public override string Name =>
_target
;
40
public string Target =>
_target
;
83
return OwnerDocument.CreateProcessingInstruction(
_target
, _data);
89
w.WriteProcessingInstruction(
_target
, _data);