1 instantiation of NuGetConfigChanges
aspire (1)
Projects\ProjectUpdater.cs (1)
1275var changes = new NuGetConfigChanges();
4 references to NuGetConfigChanges
aspire (4)
Projects\ProjectUpdater.cs (4)
1255var changes = AnalyzeNuGetConfigChanges(originalDocument, proposedDocument); 1273private static NuGetConfigChanges AnalyzeNuGetConfigChanges(XmlDocument? originalDocument, XmlDocument proposedDocument) 1275var changes = new NuGetConfigChanges(); 1394private void DisplayNuGetConfigChanges(NuGetConfigChanges changes)