2 references to IsNamespaceOrTypeOrThisParameter
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Simplification\Simplifiers\ExpressionSimplifier.cs (1)
321
if (!SimplificationHelpers.
IsNamespaceOrTypeOrThisParameter
(memberAccess.Expression, semanticModel))
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Simplification\Simplifiers\ExpressionSimplifier.vb (1)
301
If Not SimplificationHelpers.
IsNamespaceOrTypeOrThisParameter
(memberAccess.Expression, semanticModel) Then