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