3 references to ERR_InterceptableMethodMustBeOrdinary
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
636
or ErrorCode.
ERR_InterceptableMethodMustBeOrdinary
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
183
this._diagnostics.Add(ErrorCode.
ERR_InterceptableMethodMustBeOrdinary
, attributeLocation, nameSyntax.Identifier.ValueText);
Lowering\LocalRewriter\LocalRewriter_FunctionPointerInvocation.cs (1)
40
this._diagnostics.Add(ErrorCode.
ERR_InterceptableMethodMustBeOrdinary
, attributeLocation, nameSyntax.Identifier.ValueText);