2 references to 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);