6 writes to Diagnostic
Microsoft.CodeAnalysis.VisualBasic (6)
Semantics\TypeInference\TypeArgumentInference.vb (6)
462
Graph.
Diagnostic
= BindingDiagnosticBag.Create(withDiagnostics:=True, Graph.UseSiteInfo.AccumulatesDependencies)
640
Me.
Diagnostic
= diagnostic
2128
Me.
Diagnostic
= BindingDiagnosticBag.Create(withDiagnostics:=True, Me.UseSiteInfo.AccumulatesDependencies)
2151
Me.
Diagnostic
= BindingDiagnosticBag.Create(withDiagnostics:=True, Me.UseSiteInfo.AccumulatesDependencies)
2171
Me.
Diagnostic
= BindingDiagnosticBag.Create(withDiagnostics:=True, Me.UseSiteInfo.AccumulatesDependencies)
2182
Me.
Diagnostic
= BindingDiagnosticBag.Create(withDiagnostics:=True, Me.UseSiteInfo.AccumulatesDependencies)
17 references to Diagnostic
Microsoft.CodeAnalysis.VisualBasic (17)
Semantics\TypeInference\TypeArgumentInference.vb (17)
461
If Graph.
Diagnostic
Is Nothing Then
467
Debug.Assert(Graph.
Diagnostic
IsNot Nothing)
468
Graph.ObjectType = unboundLambda.Binder.GetSpecialType(SpecialType.System_Object, lambdaParameter.IdentifierSyntax, Graph.
Diagnostic
)
484
Debug.Assert(Graph.
Diagnostic
IsNot Nothing)
485
unboundLambda.Binder.ReportLambdaParameterInferredToBeObject(lambdaParameter, Graph.
Diagnostic
)
907
Debug.Assert(diagnostic Is Nothing OrElse diagnostic Is graph.
Diagnostic
)
908
diagnostic = graph.
Diagnostic
2127
If Me.
Diagnostic
Is Nothing Then
2131
Debug.Assert(Me.
Diagnostic
IsNot Nothing)
2132
lambdaReturnType = queryLambda.LambdaSymbol.ContainingBinder.MakeRValue(queryLambda.Expression, Me.
Diagnostic
).Type
2150
If Me.
Diagnostic
Is Nothing Then
2154
Me.
Diagnostic
.AddRange(returnTypeInfo.Value)
2170
If Me.
Diagnostic
Is Nothing Then
2174
Me.
Diagnostic
.AddRange(returnTypeInfo.Value)
2175
Me.
Diagnostic
.AddDependencies(boundLambda.Diagnostics.Dependencies)
2181
If Me.
Diagnostic
Is Nothing Then
2185
Me.
Diagnostic
.AddRange(boundLambda.Diagnostics)