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