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