4 references to IsValueName
Microsoft.CodeAnalysis.CSharp.Features (4)
ReplacePropertyWithMethods\CSharpReplacePropertyWithMethodsService.ConvertValueToParamRewriter.cs (2)
26
if (!
IsValueName
(node.Name))
34
=>
IsValueName
(node.Name)
ReplacePropertyWithMethods\CSharpReplacePropertyWithMethodsService.ConvertValueToReturnsRewriter.cs (2)
25
=>
IsValueName
(node.Name)
30
=>
IsValueName
(node.Name)