Implemented interface member:
method
IsNameOfSimpleMemberAccessExpression
Microsoft.CodeAnalysis.LanguageService.ISyntaxFacts.IsNameOfSimpleMemberAccessExpression(Microsoft.CodeAnalysis.SyntaxNode)
1 reference to IsNameOfSimpleMemberAccessExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpDisambiguateSameVariableCodeFixProvider.cs (1)
155
if (!syntaxFacts.
IsNameOfSimpleMemberAccessExpression
(nameNode) &&