3 references to GetErrorSymbol
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Lookup.vb (1)
1275
singleResult = New SingleLookupResult(LookupResultKind.NotReferencable, binder.
GetErrorSymbol
(name, useSiteError), useSiteError)
Binding\Binder_Symbols.vb (2)
261
Return Binder.
GetErrorSymbol
(diagName, diagInfo)
521
Return Binder.
GetErrorSymbol
(diagName, diagInfo, reportErrorWhenReferenced)