13 references to ERR_DuplicateInterceptor
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3767
diagnostics.Add(ErrorCode.
ERR_DuplicateInterceptor
, attributeLocation);
Errors\ErrorFacts.cs (1)
630
or ErrorCode.
ERR_DuplicateInterceptor
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\InterceptorsTests.cs (10)
862
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(5, 6),
865
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(8, 6)
909
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(5, 6),
912
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(5, 6)
985
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(6, 6),
988
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(7, 6));
1183
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(5, 6),
1186
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(8, 6));
6978
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(8, 10),
6981
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(11, 10));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
3002
case ErrorCode.
ERR_DuplicateInterceptor
: