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