1 write to Diagnostic
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\TypeInference\TypeArgumentInference.vb (1)
636
Me.
Diagnostic
= diagnostic
7 references to Diagnostic
Microsoft.CodeAnalysis.VisualBasic (7)
Semantics\TypeInference\TypeArgumentInference.vb (7)
463
Graph.ObjectType = unboundLambda.Binder.GetSpecialType(SpecialType.System_Object, lambdaParameter.IdentifierSyntax, Graph.
Diagnostic
)
479
unboundLambda.Binder.ReportLambdaParameterInferredToBeObject(lambdaParameter, Graph.
Diagnostic
)
2123
lambdaReturnType = queryLambda.LambdaSymbol.ContainingBinder.MakeRValue(queryLambda.Expression, Me.
Diagnostic
).Type
2141
Me.
Diagnostic
.AddRange(returnTypeInfo.Value)
2157
Me.
Diagnostic
.AddRange(returnTypeInfo.Value)
2158
Me.
Diagnostic
.AddDependencies(boundLambda.Diagnostics.Dependencies)
2164
Me.
Diagnostic
.AddRange(boundLambda.Diagnostics)