8 references to ERR_FileTypeNonUniquePath
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3663
_diagnostics.Add(ErrorCode.
ERR_FileTypeNonUniquePath
, location, symbol, filePath);
Errors\ErrorFacts.cs (1)
622
or ErrorCode.
ERR_FileTypeNonUniquePath
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\Source\FileModifierTests.cs (5)
889
Diagnostic(ErrorCode.
ERR_FileTypeNonUniquePath
, "C").WithArguments("C", "path/to/file.cs").WithLocation(5, 12));
933
Diagnostic(ErrorCode.
ERR_FileTypeNonUniquePath
, "C").WithArguments("NS.C", "path/to/file.cs").WithLocation(5, 12),
936
Diagnostic(ErrorCode.
ERR_FileTypeNonUniquePath
, "C").WithArguments("C", "path/to/file.cs").WithLocation(5, 12));
971
Diagnostic(ErrorCode.
ERR_FileTypeNonUniquePath
, "C").WithArguments("NS1.NS2.C<T>", "path/to/file.cs").WithLocation(5, 12));
1038
Diagnostic(ErrorCode.
ERR_FileTypeNonUniquePath
, "C").WithArguments("C", "file1.cs").WithLocation(3, 12));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
2976
case ErrorCode.
ERR_FileTypeNonUniquePath
: