2 overrides of TryGetCrefSyntax
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplacePropertyWithMethods\CSharpReplacePropertyWithMethodsService.cs (1)
300
protected override NameMemberCrefSyntax?
TryGetCrefSyntax
(IdentifierNameSyntax identifierName)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ReplacePropertyWithMethods\VisualBasicReplacePropertyWithMethods.vb (1)
219
Protected Overrides Function
TryGetCrefSyntax
(identifierName As IdentifierNameSyntax) As CrefReferenceSyntax
1 reference to TryGetCrefSyntax
Microsoft.CodeAnalysis.Features (1)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (1)
117
_cref = _service.
TryGetCrefSyntax
(_identifierName);