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