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