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