3 references to ApplyReferenceUpdatesAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
UnusedReferences\UnusedReferencesRemoverTests.cs (3)
132
var appliedUpdates = await
ApplyReferenceUpdatesAsync
(noChangeUpdate);
146
var appliedUpdates = await
ApplyReferenceUpdatesAsync
(changeUpdate);
158
var appliedUpdates = await
ApplyReferenceUpdatesAsync
(noChangeUpdate, changeUpdate);