3 references to InsideNameOfExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
403!InsideNameOfExpression(expression, semanticModel);
Simplification\Simplifiers\NameSimplifier.cs (2)
414if (InsideNameOfExpression(name, semanticModel)) 735!InsideNameOfExpression(name, semanticModel) &&