8 references to Good
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Lookup.vb (2)
131
Return SingleLookupResult.
Good
(sym)
236
Return SingleLookupResult.
Good
(sym)
Binding\Binder_Symbols.vb (3)
804
Return SingleLookupResult.
Good
(sym)
830
Return SingleLookupResult.
Good
(binder.CreateNullableOf(elementType, nullableTypeSyntax, nullableTypeSyntax.ElementType, diagBag))
1110
Return SingleLookupResult.
Good
(binder.Compilation.GlobalNamespace)
Binding\ExecutableCodeBinder.vb (1)
146
lookupResult.SetFrom(SingleLookupResult.
Good
(bestSymbol))
Binding\LookupResult.vb (2)
407
SetFrom(SingleLookupResult.
Good
(s))
427
SetFrom(SingleLookupResult.
Good
(syms(0)))