1 write to Diagnostic
Microsoft.CodeAnalysis.VisualBasic (1)
Semantics\TypeInference\TypeArgumentInference.vb (1)
635
Me.
Diagnostic
= diagnostic
7 references to Diagnostic
Microsoft.CodeAnalysis.VisualBasic (7)
Semantics\TypeInference\TypeArgumentInference.vb (7)
462
Graph.ObjectType = unboundLambda.Binder.GetSpecialType(SpecialType.System_Object, lambdaParameter.IdentifierSyntax, Graph.
Diagnostic
)
478
unboundLambda.Binder.ReportLambdaParameterInferredToBeObject(lambdaParameter, Graph.
Diagnostic
)
2122
lambdaReturnType = queryLambda.LambdaSymbol.ContainingBinder.MakeRValue(queryLambda.Expression, Me.
Diagnostic
).Type
2140
Me.
Diagnostic
.AddRange(returnTypeInfo.Value)
2156
Me.
Diagnostic
.AddRange(returnTypeInfo.Value)
2157
Me.
Diagnostic
.AddDependencies(boundLambda.Diagnostics.Dependencies)
2163
Me.
Diagnostic
.AddRange(boundLambda.Diagnostics)