3 references to ERR_CannotSpecifyManagedWithUnmanagedSpecifiers
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2124or ErrorCode.ERR_CannotSpecifyManagedWithUnmanagedSpecifiers
Parser\LanguageParser.cs (1)
7812unmanagedCallingConventions = AddError(unmanagedCallingConventions, ErrorCode.ERR_CannotSpecifyManagedWithUnmanagedSpecifiers);
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
119diagnostics.Add(ErrorCode.ERR_CannotSpecifyManagedWithUnmanagedSpecifiers, callingConventionSyntax.UnmanagedCallingConventionList.GetLocation());