3 references to ApplyReferenceUpdatesAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
UnusedReferences\UnusedReferencesRemoverTests.cs (3)
131
var appliedUpdates = await
ApplyReferenceUpdatesAsync
(noChangeUpdate);
145
var appliedUpdates = await
ApplyReferenceUpdatesAsync
(changeUpdate);
157
var appliedUpdates = await
ApplyReferenceUpdatesAsync
(noChangeUpdate, changeUpdate);