8 references to WRN_FailedInclude
Microsoft.CodeAnalysis.CSharp (8)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (5)
283
_diagnostics.Add(ErrorCode.
WRN_FailedInclude
, location, filePathValue, xpathValue, new LocalizableErrorArgument(MessageID.IDS_OperationCausedStackOverflow));
315
includeDiagnostics.Add(ErrorCode.
WRN_FailedInclude
, location, filePathValue, xpathValue, new CodeAnalysisResourcesLocalizableErrorArgument(nameof(CodeAnalysisResources.XmlReferencesNotSupported)));
325
includeDiagnostics.Add(ErrorCode.
WRN_FailedInclude
, location, filePathValue, xpathValue, new CodeAnalysisResourcesLocalizableErrorArgument(nameof(CodeAnalysisResources.FileNotFound)));
346
includeDiagnostics.Add(ErrorCode.
WRN_FailedInclude
, location, filePathValue, xpathValue, e.Message);
358
includeDiagnostics.Add(ErrorCode.
WRN_FailedInclude
, location, filePathValue, xpathValue, errorMessage);
Errors\ErrorFacts.cs (2)
349
case ErrorCode.
WRN_FailedInclude
:
1250
or ErrorCode.
WRN_FailedInclude
Generated\ErrorFacts.Generated.cs (1)
82
case ErrorCode.
WRN_FailedInclude
: