8 references to ERR_FileTypeNonUniquePath
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3335
_diagnostics.Add(ErrorCode.
ERR_FileTypeNonUniquePath
, location, symbol, filePath);
Errors\ErrorFacts.cs (1)
581
case ErrorCode.
ERR_FileTypeNonUniquePath
:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\Source\FileModifierTests.cs (5)
612
Diagnostic(ErrorCode.
ERR_FileTypeNonUniquePath
, "C").WithArguments("C", "path/to/file.cs").WithLocation(5, 12));
656
Diagnostic(ErrorCode.
ERR_FileTypeNonUniquePath
, "C").WithArguments("NS.C", "path/to/file.cs").WithLocation(5, 12),
659
Diagnostic(ErrorCode.
ERR_FileTypeNonUniquePath
, "C").WithArguments("C", "path/to/file.cs").WithLocation(5, 12));
692
Diagnostic(ErrorCode.
ERR_FileTypeNonUniquePath
, "C").WithArguments("NS1.NS2.C<T>", "path/to/file.cs").WithLocation(5, 12));
757
Diagnostic(ErrorCode.
ERR_FileTypeNonUniquePath
, "C").WithArguments("C", "file1.cs").WithLocation(3, 12));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
2939
case ErrorCode.
ERR_FileTypeNonUniquePath
: