1 instantiation of NuGetConfigChanges
aspire (1)
Projects\ProjectUpdater.cs (1)
671var changes = new NuGetConfigChanges();
4 references to NuGetConfigChanges
aspire (4)
Projects\ProjectUpdater.cs (4)
651var changes = AnalyzeNuGetConfigChanges(originalDocument, proposedDocument); 669private static NuGetConfigChanges AnalyzeNuGetConfigChanges(XmlDocument? originalDocument, XmlDocument proposedDocument) 671var changes = new NuGetConfigChanges(); 790private void DisplayNuGetConfigChanges(NuGetConfigChanges changes)