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