3 references to IsPossiblyDottedName
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseCollectionExpression\UseCollectionExpressionHelpers.cs (3)
1151
if (!
IsPossiblyDottedName
(memberAccess.Expression))
1174
IsPossiblyDottedName
(childName))
1188
IsPossiblyDottedName
(childName))