3 references to 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)
338
return new
LocalizableErrorArgument
(id);
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
DiagnosticExtensions.cs (1)
28
return new
LocalizableErrorArgument
(id).ToString(null, null);