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