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)
341case ErrorCode.WRN_InvalidInclude: 1198case ErrorCode.WRN_InvalidInclude:
Generated\ErrorFacts.Generated.cs (1)
83case ErrorCode.WRN_InvalidInclude:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
21774Diagnostic(ErrorCode.WRN_InvalidInclude, @"<include path='MyDocs/MyMembers[@name=""test""]/*' />").WithArguments("Missing file attribute"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (8)
DocumentationComments\DocumentationCommentCompilerTests.cs (8)
3003Diagnostic(ErrorCode.WRN_InvalidInclude, "<include/>").WithArguments("Missing file attribute"), 3006Diagnostic(ErrorCode.WRN_InvalidInclude, "<include other='stuff'/>").WithArguments("Missing file attribute"), 3009Diagnostic(ErrorCode.WRN_InvalidInclude, "<include path='path'/>").WithArguments("Missing file attribute"), 3012Diagnostic(ErrorCode.WRN_InvalidInclude, "<include file='file'/>").WithArguments("Missing path attribute")); 3053Diagnostic(ErrorCode.WRN_InvalidInclude).WithArguments("Missing file attribute"), 3055Diagnostic(ErrorCode.WRN_InvalidInclude).WithArguments("Missing file attribute"), 3057Diagnostic(ErrorCode.WRN_InvalidInclude).WithArguments("Missing file attribute"), 3059Diagnostic(ErrorCode.WRN_InvalidInclude).WithArguments("Missing path attribute"));