13 references to ERR_DuplicateInterceptor
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3697
diagnostics.Add(ErrorCode.
ERR_DuplicateInterceptor
, attributeLocation);
Errors\ErrorFacts.cs (1)
626
or ErrorCode.
ERR_DuplicateInterceptor
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (10)
Semantics\InterceptorsTests.cs (10)
871
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(5, 6),
874
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(8, 6)
918
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(5, 6),
921
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(5, 6)
994
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(6, 6),
997
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(7, 6));
1192
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(5, 6),
1195
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(8, 6));
6987
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(8, 10),
6990
Diagnostic(ErrorCode.
ERR_DuplicateInterceptor
, "InterceptsLocation").WithLocation(11, 10));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
2980
case ErrorCode.
ERR_DuplicateInterceptor
: