5 instantiations of FormattedSymbolList
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Lookup.vb (1)
558
Dim deferredFormattedList As New
FormattedSymbolList
(syms.Select(Function(sym) sym.ContainingType))
Binding\ImportedTypesAndNamespacesMembersBinder.vb (1)
170
New
FormattedSymbolList
(ambiguousSymbols.Select(Function(sym) sym.ContainingSymbol)))
Binding\LookupResult.vb (1)
1021
Return New AmbiguousSymbolDiagnostic(ERRID.ERR_AmbiguousInNamespaces2, syms, syms(0).Name, New
FormattedSymbolList
(containers))
Compilation\VisualBasicCompilation.vb (1)
1631
New
FormattedSymbolList
(viableEntryPoints.ToArray(), CustomSymbolDisplayFormatter.ErrorMessageFormatNoModifiersNoReturnType))
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Binding\LookupTests.vb (1)
229
Return New AmbiguousSymbolDiagnostic(ERRID.ERR_AmbiguousInModules2, syms, New
FormattedSymbolList
(syms.AsEnumerable))