2 references to IsLeftSideOfDot
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (2)
735if (syntaxFacts.IsLeftSideOfDot(node)) 744return syntaxFacts.IsLeftSideOfDot(node.Parent);