4 references to ERR_ConWithUnmanagedCon
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1887
or ErrorCode.
ERR_ConWithUnmanagedCon
Symbols\ConstraintsHelper.cs (1)
201
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)
110357
Diagnostic(ErrorCode.
ERR_ConWithUnmanagedCon
, "U").WithArguments("U", "T").WithLocation(19, 23));