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