2 instantiations of XmlProcessingInstruction
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
670
return new
XmlProcessingInstruction
(target, data, this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
541
node = new
XmlProcessingInstruction
(_reader.Name, _reader.Value, _doc);
1 reference to XmlProcessingInstruction
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
668
public virtual
XmlProcessingInstruction
CreateProcessingInstruction(String target, String data)