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