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