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)
327
return new
LocalizableErrorArgument
(id);
6 references to LocalizableErrorArgument
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder.ValueChecks.cs (1)
3295
var
symbolKind = symbol.Kind.Localize();
Binder\Binder_Statements.cs (1)
2030
var
id = anonymousFunction.MessageID.Localize();
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
303
var
subMessage = hasFileAttribute ? MessageID.IDS_XMLMISSINGINCLUDEPATH.Localize() : MessageID.IDS_XMLMISSINGINCLUDEFILE.Localize();
Errors\MessageID.cs (1)
325
public static
LocalizableErrorArgument
Localize(this MessageID id)
Symbols\SymbolExtensions.cs (1)
120
public static
LocalizableErrorArgument
GetKindText(this Symbol symbol)
Symbols\SymbolKindExtensions.cs (1)
16
public static
LocalizableErrorArgument
Localize(this SymbolKind kind)