2 references to UnderValidContext
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
ExtractMethod\ExtractMethodBase.cs (1)
202if (node is not ExpressionSyntax && !node.UnderValidContext())
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpSelectionValidator.cs (1)
63if (!selectionInExpression && !commonRoot.UnderValidContext())