7 references to SkipRefInLocalOrReturn
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Lambda.cs (1)
287
syntax = syntax.SkipScoped(out _).
SkipRefInLocalOrReturn
(diagnostics, out RefKind refKind);
Binder\Binder_Statements.cs (1)
718
typeSyntax = typeSyntax.
SkipRefInLocalOrReturn
(diagnostics, out _);
Symbols\Source\LocalFunctionSymbol.cs (1)
76
syntax.ReturnType.
SkipRefInLocalOrReturn
(_declarationDiagnostics, out _refKind);
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
52
returnTypeSyntax = returnTypeSyntax.SkipScoped(out _).
SkipRefInLocalOrReturn
(diagnostics, out RefKind refKind);
Symbols\Source\SourceLocalSymbol.cs (1)
65
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