2 references to XmlProcessingInstruction
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
670return new XmlProcessingInstruction(target, data, this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
541node = new XmlProcessingInstruction(_reader.Name, _reader.Value, _doc);