8 references to ERR_InterceptorMethodMustBeOrdinary
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2378
or ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1390
diagnostics.Add(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, attributeLocation);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\InterceptorsTests.cs (6)
1986
Diagnostic(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, "InterceptsLocation").WithLocation(8, 23),
1989
Diagnostic(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, "InterceptsLocation").WithLocation(10, 10),
1992
Diagnostic(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, "InterceptsLocation").WithLocation(16, 10)
2042
Diagnostic(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, "InterceptsLocation").WithLocation(8, 23),
2045
Diagnostic(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, "InterceptsLocation").WithLocation(10, 10),
2048
Diagnostic(ErrorCode.
ERR_InterceptorMethodMustBeOrdinary
, "InterceptsLocation").WithLocation(16, 10)