1 override of Save
Microsoft.Build (1)
ElementLocation\XmlDocumentWithLocation.cs (1)
291public override void Save(Stream outStream)
9 references to Save
Microsoft.Build (1)
ElementLocation\XmlDocumentWithLocation.cs (1)
294base.Save(outStream);
Microsoft.Build.Tasks.Core (5)
ManifestUtil\TrustInfo.cs (5)
580privilegeDocument.Save(p); 604outputDocument.Save(m); 615permissionSetDocument.Save(m); 624outputDocument.Save(m); 792document.Save(output);
PresentationFramework (1)
System\Windows\Annotations\Storage\XmlStreamStore.cs (1)
384_document.Save(_stream);
ReachFramework (2)
PrintConfig\PrtTicket_Public.cs (2)
166_xmlDoc.Save(outStream); 502_xmlDoc.Save(ms);