4 references to BindTypeOrVarKeyword
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Source\GlobalExpressionVariable.cs (1)
92
type = binder.
BindTypeOrVarKeyword
(typeSyntax.SkipScoped(out _).SkipRef(), diagnostics, out isVar);
Symbols\Source\SourceLocalSymbol.cs (2)
324
TypeWithAnnotations declType = this.TypeSyntaxBinder.
BindTypeOrVarKeyword
(typeSyntax, BindingDiagnosticBag.Discarded, out isVar);
355
declType = typeBinder.
BindTypeOrVarKeyword
(_typeSyntax.SkipScoped(out _).SkipRef(), diagnostics, out isVar);
Symbols\Source\SourceMemberFieldSymbol.cs (1)
507
type = binder.
BindTypeOrVarKeyword
(typeSyntax.SkipScoped(out _).SkipRefInField(out RefKind refKindToAssert), diagnostics, out isVar);