1 instantiation of NuGetConfigChanges
aspire (1)
Projects\ProjectUpdater.cs (1)
1271
var changes = new
NuGetConfigChanges
();
4 references to NuGetConfigChanges
aspire (4)
Projects\ProjectUpdater.cs (4)
1251
var
changes = AnalyzeNuGetConfigChanges(originalDocument, proposedDocument);
1269
private static
NuGetConfigChanges
AnalyzeNuGetConfigChanges(XmlDocument? originalDocument, XmlDocument proposedDocument)
1271
var
changes = new NuGetConfigChanges();
1390
private void DisplayNuGetConfigChanges(
NuGetConfigChanges
changes)