1 implementation of GetRefKindOfArgument
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
591
public RefKind
GetRefKindOfArgument
(SyntaxNode node)
1 reference to GetRefKindOfArgument
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\LightweightOverloadResolution.cs (1)
147
var argumentRefKind = this.SyntaxFacts.
GetRefKindOfArgument
(argument);