5 references to UpdateAction
Microsoft.CodeAnalysis.Features (5)
UnusedReferences\ReferenceUpdate.cs (2)
7internal sealed class ReferenceUpdate(UpdateAction action, ReferenceInfo referenceInfo) 12public UpdateAction Action { get; set; } = action;
UnusedReferences\UnusedReferencesRemover.cs (3)
284if (referenceUpdate.Action == UpdateAction.TreatAsUnused && 289else if (referenceUpdate.Action == UpdateAction.TreatAsUsed && 294else if (referenceUpdate.Action == UpdateAction.None)