3 references to SkipRefInField
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceMemberFieldSymbol.cs (2)
498var typeOnly = typeSyntax.SkipScoped(out _).SkipRefInField(out refKind); 517type = binder.BindTypeOrVarKeyword(typeSyntax.SkipScoped(out _).SkipRefInField(out RefKind refKindToAssert), diagnostics, out isVar);
Syntax\SyntaxNodeExtensions.cs (1)
232/// cref="SkipRefInLocalOrReturn"/> or <see cref="SkipRefInField"/> depending on which language feature they are