1 override of Save
Microsoft.Build (1)
ElementLocation\XmlDocumentWithLocation.cs (1)
291public override void Save(Stream outStream)
8 references to Save
Microsoft.Build (1)
ElementLocation\XmlDocumentWithLocation.cs (1)
294base.Save(outStream);
Microsoft.Build.Tasks.Core (4)
ManifestUtil\TrustInfo.cs (3)
579privilegeDocument.Save(p); 595outputDocument.Save(m); 791document.Save(output);
XmlPoke.cs (1)
144xmlDoc.Save(stream);
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
372_document.Save(_stream);
ReachFramework (2)
PrintConfig\PrtTicket_Public.cs (2)
159_xmlDoc.Save(outStream); 495_xmlDoc.Save(ms);