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