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)
580
privilegeDocument.
Save
(p);
596
outputDocument.
Save
(m);
792
document.
Save
(output);
XmlPoke.cs (1)
144
xmlDoc.
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);