2 references to GetRefKind
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Crefs.cs (1)
935
RefKind refKind = parameter.RefKindKeyword.Kind().
GetRefKind
();
Binder\Binder_Expressions.cs (1)
3048
RefKind origRefKind = argumentSyntax.RefOrOutKeyword.Kind().
GetRefKind
();