7 references to SkipRefInLocalOrReturn
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Lambda.cs (1)
296
syntax = syntax.SkipScoped(out _).
SkipRefInLocalOrReturn
(diagnostics, out RefKind refKind);
Binder\Binder_Statements.cs (1)
723
typeSyntax = typeSyntax.
SkipRefInLocalOrReturn
(diagnostics, out _);
Symbols\Source\LocalFunctionSymbol.cs (1)
85
syntax.ReturnType.
SkipRefInLocalOrReturn
(diagnostics, out _refKind);
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
56
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