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