4 references to ERR_ConWithUnmanagedCon
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1887or ErrorCode.ERR_ConWithUnmanagedCon
Symbols\ConstraintsHelper.cs (1)
201errorCode = ErrorCode.ERR_ConWithUnmanagedCon;
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\GenericConstraintsTests.cs (1)
2897Diagnostic(ErrorCode.ERR_ConWithUnmanagedCon, "T").WithArguments("T", "U").WithLocation(4, 12));
Semantics\NullableReferenceTypesTests.cs (1)
110357Diagnostic(ErrorCode.ERR_ConWithUnmanagedCon, "U").WithArguments("U", "T").WithLocation(19, 23));