8 references to ERR_InterceptorMethodMustBeOrdinary
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2373
or ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1358
diagnostics.Add(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, attributeLocation);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\InterceptorsTests.cs (6)
1995
Diagnostic(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, "InterceptsLocation").WithLocation(8, 23),
1998
Diagnostic(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, "InterceptsLocation").WithLocation(10, 10),
2001
Diagnostic(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, "InterceptsLocation").WithLocation(16, 10)
2051
Diagnostic(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, "InterceptsLocation").WithLocation(8, 23),
2054
Diagnostic(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, "InterceptsLocation").WithLocation(10, 10),
2057
Diagnostic(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, "InterceptsLocation").WithLocation(16, 10)