3 references to IsQuarantinedAttribute
QuarantineTools.Tests (3)
QuarantineScriptTests.cs (3)
146
bool anyQuarantinedLeft = newRoot.DescendantNodes().OfType<AttributeSyntax>().Any(
IsQuarantinedAttribute
);
342
var remaining = list.Attributes.Where(a => !
IsQuarantinedAttribute
(a)).ToList();
363
if (list.Attributes.Any(
IsQuarantinedAttribute
))