2 instantiations of LocalizableErrorArgument
Microsoft.CodeAnalysis.CSharp (2)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
283_diagnostics.Add(ErrorCode.WRN_FailedInclude, location, filePathValue, xpathValue, new LocalizableErrorArgument(MessageID.IDS_OperationCausedStackOverflow));
Errors\MessageID.cs (1)
325return new LocalizableErrorArgument(id);
6 references to LocalizableErrorArgument
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder.ValueChecks.cs (1)
3258var symbolKind = symbol.Kind.Localize();
Binder\Binder_Statements.cs (1)
1998var id = anonymousFunction.MessageID.Localize();
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
303var subMessage = hasFileAttribute ? MessageID.IDS_XMLMISSINGINCLUDEPATH.Localize() : MessageID.IDS_XMLMISSINGINCLUDEFILE.Localize();
Errors\MessageID.cs (1)
323public static LocalizableErrorArgument Localize(this MessageID id)
Symbols\SymbolExtensions.cs (1)
120public static LocalizableErrorArgument GetKindText(this Symbol symbol)
Symbols\SymbolKindExtensions.cs (1)
16public static LocalizableErrorArgument Localize(this SymbolKind kind)