5 references to SkipRefInLocalOrReturn
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Lambda.cs (1)
285
syntax = syntax.SkipScoped(out _).
SkipRefInLocalOrReturn
(diagnostics, out RefKind refKind);
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
55
returnTypeSyntax = returnTypeSyntax.SkipScoped(out _).
SkipRefInLocalOrReturn
(diagnostics, out RefKind refKind);
Symbols\Source\SourceLocalSymbol.cs (1)
67
typeSyntax.
SkipRefInLocalOrReturn
(diagnostics: null, out _refKind);
Syntax\SyntaxNodeExtensions.cs (2)
224
syntax.
SkipRefInLocalOrReturn
(diagnostics, out var refKind);
232
/// cref="
SkipRefInLocalOrReturn
"/> or <see cref="SkipRefInField"/> depending on which language feature they are