1 write to _errorCodePrefix
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ProjectExternalErrorReporter.cs (1)
48
_errorCodePrefix
= errorCodePrefix;
2 references to _errorCodePrefix
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ProjectExternalErrorReporter.cs (2)
67
if (errorId.StartsWith(
_errorCodePrefix
))
340
=> string.Format("{0}{1:0000}",
_errorCodePrefix
, error.iErrorID);