4 references to GetRightmostName
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
src\Analyzers\CSharp\Analyzers\UseAutoProperty\CSharpUseAutoPropertyAnalyzer.cs (1)
108
var rightmostName = expression.
GetRightmostName
()?.Identifier.ValueText;
src\Analyzers\CSharp\Analyzers\UseNameofInNullableAttribute\CSharpUseNameofInNullableAttributeDiagnosticAnalyzer.cs (1)
64
var attributeName = attribute.Name.
GetRightmostName
()?.Identifier.ValueText;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\CodeStyle\TypeStyle\TypeStyleHelper.cs (1)
97
var memberName = GetRightmostInvocationExpression(initializerExpression).
GetRightmostName
();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ExpressionSyntaxExtensions.cs (1)
678
return conditional.WhenNotNull.
GetRightmostName
();