4 references to GetLeftSideOfDot
Microsoft.CodeAnalysis.CSharp.Features (3)
GenerateType\CSharpGenerateTypeService.cs (2)
45
=> simpleName.
GetLeftSideOfDot
();
169
var leftSideExpression = simpleName.
GetLeftSideOfDot
();
SignatureHelp\GenericNameSignatureHelpProvider.cs (1)
91
var beforeDotExpression = simpleName.IsRightSideOfDot() ? simpleName.
GetLeftSideOfDot
() : null;
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
TypeStyleHelper.cs (1)
111
var containingTypeName = memberName.
GetLeftSideOfDot
();