5 references to ERR_InterceptorNonUniquePath
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2377
or ErrorCode.
ERR_InterceptorNonUniquePath
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
1192
diagnostics.Add(ErrorCode.
ERR_InterceptorNonUniquePath
, attributeData.GetAttributeArgumentLocation(filePathParameterIndex), normalizedPath);
1203
diagnostics.Add(ErrorCode.
ERR_InterceptorNonUniquePath
, attributeData.GetAttributeArgumentLocation(filePathParameterIndex), attributeFilePath);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\InterceptorsTests.cs (2)
838
Diagnostic(ErrorCode.
ERR_InterceptorNonUniquePath
, @"""Program.cs""").WithArguments("Program.cs").WithLocation(15, 25));
5472
Diagnostic(ErrorCode.
ERR_InterceptorNonUniquePath
, @"@""/_/Program.cs""").WithArguments("/_/Program.cs").WithLocation(16, 25));