1 override of Save
Microsoft.Build (1)
ElementLocation\XmlDocumentWithLocation.cs (1)
291
public override void
Save
(Stream outStream)
8 references to Save
Microsoft.Build (1)
ElementLocation\XmlDocumentWithLocation.cs (1)
294
base.
Save
(outStream);
Microsoft.Build.Tasks.Core (4)
ManifestUtil\TrustInfo.cs (3)
579
privilegeDocument.
Save
(p);
595
outputDocument.
Save
(m);
791
document.
Save
(output);
XmlPoke.cs (1)
144
xmlDoc.
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);