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)
580privilegeDocument.Save(p); 596outputDocument.Save(m); 792document.Save(output);
XmlPoke.cs (1)
144xmlDoc.Save(stream);
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
373_document.Save(_stream);
ReachFramework (2)
PrintConfig\PrtTicket_Public.cs (2)
160_xmlDoc.Save(outStream); 496_xmlDoc.Save(ms);