5 references to WRN_FileAlreadyIncluded
Microsoft.CodeAnalysis.CSharp (4)
CommandLine\CSharpCompiler.cs (1)
109
diagnostics.Add(new DiagnosticInfo(MessageProvider, (int)ErrorCode.
WRN_FileAlreadyIncluded
,
Errors\ErrorFacts.cs (2)
376
case ErrorCode.
WRN_FileAlreadyIncluded
:
1489
or ErrorCode.
WRN_FileAlreadyIncluded
Generated\ErrorFacts.Generated.cs (1)
120
case ErrorCode.
WRN_FileAlreadyIncluded
:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
6125
Assert.Contains(((int)ErrorCode.
WRN_FileAlreadyIncluded
).ToString(), result.Output);