15 references to Good
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Lookup.vb (2)
131
Return SingleLookupResult.
Good
(sym)
236
Return SingleLookupResult.
Good
(sym)
Binding\Binder_Symbols.vb (4)
804
Return SingleLookupResult.
Good
(sym)
819
Return SingleLookupResult.
Good
(binder.ApplyArrayRankSpecifiersToType(elementType, arrayTypeSyntax.RankSpecifiers, diagBag))
830
Return SingleLookupResult.
Good
(binder.CreateNullableOf(elementType, nullableTypeSyntax, nullableTypeSyntax.ElementType, diagBag))
1110
Return SingleLookupResult.
Good
(binder.Compilation.GlobalNamespace)
Binding\ExecutableCodeBinder.vb (2)
130
lookupResult.SetFrom(SingleLookupResult.
Good
(labels.Single()))
146
lookupResult.SetFrom(SingleLookupResult.
Good
(bestSymbol))
Binding\LookupResult.vb (2)
407
SetFrom(SingleLookupResult.
Good
(s))
427
SetFrom(SingleLookupResult.
Good
(syms(0)))
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (5)
Binding\LookupTests.vb (5)
48
Dim r2 = SingleLookupResult.
Good
(sym1)
108
r8.SetFrom(SingleLookupResult.
Good
(sym4))
192
Dim r16 = SingleLookupResult.
Good
(meth1)
194
Dim r17 = SingleLookupResult.
Good
(meth2)
196
Dim r18 = SingleLookupResult.
Good
(meth3)