3 references to ERR_UnmanagedBoundWithClass
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Constraints.cs (1)
502Error(diagnostics, ErrorCode.ERR_UnmanagedBoundWithClass, syntax, type.Type);
Errors\ErrorFacts.cs (1)
1829case ErrorCode.ERR_UnmanagedBoundWithClass:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\GenericConstraintsTests.cs (1)
1876Diagnostic(ErrorCode.ERR_UnmanagedBoundWithClass, "System.Exception").WithArguments("System.Exception").WithLocation(1, 43)