14 references to DefaultErrorFormat
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\Binder_Lookup.vb (2)
1570CustomSymbolDisplayFormatter.DefaultErrorFormat(symbols(i).ContainingType), 1571CustomSymbolDisplayFormatter.DefaultErrorFormat(symbols(j).ContainingType))
Emit\PEModuleBuilder.vb (10)
458diagnostics.Add(ERRID.ERR_ForwardedTypeConflictsWithDeclaration, NoLocation.Singleton, CustomSymbolDisplayFormatter.DefaultErrorFormat(type)) 474CustomSymbolDisplayFormatter.DefaultErrorFormat(type), 475CustomSymbolDisplayFormatter.DefaultErrorFormat(type.ContainingModule), 476CustomSymbolDisplayFormatter.DefaultErrorFormat(contender), 477CustomSymbolDisplayFormatter.DefaultErrorFormat(contender.ContainingModule)) 481CustomSymbolDisplayFormatter.DefaultErrorFormat(type), 483CustomSymbolDisplayFormatter.DefaultErrorFormat(contender), 484CustomSymbolDisplayFormatter.DefaultErrorFormat(contender.ContainingModule)) 488CustomSymbolDisplayFormatter.DefaultErrorFormat(type), 490CustomSymbolDisplayFormatter.DefaultErrorFormat(contender),
Symbols\MissingMetadataTypeSymbol.vb (1)
55Dim arg = If(Me.SpecialType <> SpecialType.None, DirectCast(CustomSymbolDisplayFormatter.DefaultErrorFormat(Me), Object), Me)
Symbols\SymbolExtensions.vb (1)
108Return CustomSymbolDisplayFormatter.DefaultErrorFormat(target)