4 references to ERR_CannotSpecifyManagedWithUnmanagedSpecifiers
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2144or ErrorCode.ERR_CannotSpecifyManagedWithUnmanagedSpecifiers
Parser\LanguageParser.cs (1)
7937unmanagedCallingConventions = AddError(unmanagedCallingConventions, ErrorCode.ERR_CannotSpecifyManagedWithUnmanagedSpecifiers);
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
119diagnostics.Add(ErrorCode.ERR_CannotSpecifyManagedWithUnmanagedSpecifiers, callingConventionSyntax.UnmanagedCallingConventionList.GetLocation());
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Parsing\FunctionPointerTests.cs (1)
240Diagnostic(ErrorCode.ERR_CannotSpecifyManagedWithUnmanagedSpecifiers, "[Cdecl]").WithLocation(1, 18)