1 reference to s_hasSimplifierAnnotation
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\CSharpSimplificationService.NodesAndTokensToReduceComputer.cs (1)
70
if (_simplifyAllDescendants || node.DescendantNodesAndTokens(s_containsAnnotations, descendIntoTrivia: true).Any(
s_hasSimplifierAnnotation
))