2 references to _errorCodePrefix
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ProjectExternalErrorReporter.cs (2)
215
if (!bstrErrorId.StartsWith(
_errorCodePrefix
) &&
319
=> string.Format("{0}{1:0000}",
_errorCodePrefix
, errorId);