19 references to SetFrom
Microsoft.CodeAnalysis.VisualBasic (19)
Binding\Binder_Lambda.vb (1)
1128lookupResult.SetFrom(SingleLookupResult.EmptyAndStopLookup)
Binding\Binder_Lookup.vb (1)
1184lookupResult.SetFrom(SingleLookupResult.Empty)
Binding\Binder_Symbols.vb (4)
580lookupResult.SetFrom(LookupGlobalName(DirectCast(typeSyntax, GlobalNameSyntax), binder)) 583lookupResult.SetFrom(LookupPredefinedTypeName(DirectCast(typeSyntax, PredefinedTypeSyntax), binder, diagBag, reportedAnError, suppressUseSiteError)) 586lookupResult.SetFrom(LookupArrayType(DirectCast(typeSyntax, ArrayTypeSyntax), binder, diagBag, suppressUseSiteError, inGetTypeContext:=inGetTypeContext)) 589lookupResult.SetFrom(LookupNullableType(DirectCast(typeSyntax, NullableTypeSyntax), binder, diagBag, suppressUseSiteError))
Binding\ExecutableCodeBinder.vb (1)
146lookupResult.SetFrom(SingleLookupResult.Good(bestSymbol))
Binding\ImportAliasesBinder.vb (1)
65lookupResult.SetFrom(res) ' -1 for arity: don't check arity.
Binding\LookupResult.vb (11)
407SetFrom(SingleLookupResult.Good(s)) 427SetFrom(SingleLookupResult.Good(syms(0))) 446SetFrom(other) 500SetFrom(other) 542SetFrom(other) 613SetFrom(other) 634SetFrom(other) 641SetFrom(other) 679SetFrom(other) 720SetFrom(other) 860SetFrom(other)