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)
26public override string Name => _target; 40public string Target => _target; 83return OwnerDocument.CreateProcessingInstruction(_target, _data); 89w.WriteProcessingInstruction(_target, _data);