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