6 references to IdentifierSyntax
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Lambda.vb (5)
35
Dim identifierSyntax As SyntaxNodeOrToken = DirectCast(param, UnboundLambdaParameterSymbol).
IdentifierSyntax
108
ReportDiagnostic(diagnostics, unboundParam.
IdentifierSyntax
, ERRID.ERR_RestrictedResumableType1, unboundType)
133
objectType = GetSpecialType(SpecialType.System_Object, unboundParam.
IdentifierSyntax
, diagnostics)
653
ReportDiagnostic(diagnostics, unboundParam.
IdentifierSyntax
, ERRID.ERR_StrictDisallowImplicitObjectLambda)
655
ReportDiagnostic(diagnostics, unboundParam.
IdentifierSyntax
, ERRID.WRN_ObjectAssumedVar1, ErrorFactory.ErrorInfo(ERRID.WRN_MissingAsClauseinVarDecl))
Semantics\TypeInference\TypeArgumentInference.vb (1)
468
Graph.ObjectType = unboundLambda.Binder.GetSpecialType(SpecialType.System_Object, lambdaParameter.
IdentifierSyntax
, Graph.Diagnostic)