13 references to WRN_InvalidInclude
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
304includeDiagnostics.Add(ErrorCode.WRN_InvalidInclude, location, subMessage);
Errors\ErrorFacts.cs (2)
354case ErrorCode.WRN_InvalidInclude: 1260or ErrorCode.WRN_InvalidInclude
Generated\ErrorFacts.Generated.cs (1)
83case ErrorCode.WRN_InvalidInclude:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
21998Diagnostic(ErrorCode.WRN_InvalidInclude, @"<include path='MyDocs/MyMembers[@name=""test""]/*' />").WithArguments("Missing file attribute"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (8)
DocumentationComments\DocumentationCommentCompilerTests.cs (8)
4748Diagnostic(ErrorCode.WRN_InvalidInclude, "<include/>").WithArguments("Missing file attribute"), 4751Diagnostic(ErrorCode.WRN_InvalidInclude, "<include other='stuff'/>").WithArguments("Missing file attribute"), 4754Diagnostic(ErrorCode.WRN_InvalidInclude, "<include path='path'/>").WithArguments("Missing file attribute"), 4757Diagnostic(ErrorCode.WRN_InvalidInclude, "<include file='file'/>").WithArguments("Missing path attribute")); 4798Diagnostic(ErrorCode.WRN_InvalidInclude).WithArguments("Missing file attribute"), 4800Diagnostic(ErrorCode.WRN_InvalidInclude).WithArguments("Missing file attribute"), 4802Diagnostic(ErrorCode.WRN_InvalidInclude).WithArguments("Missing file attribute"), 4804Diagnostic(ErrorCode.WRN_InvalidInclude).WithArguments("Missing path attribute"));