4 references to ERR_NewBoundWithUnmanaged
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Constraints.cs (1)
206diagnostics.Add(ErrorCode.ERR_NewBoundWithUnmanaged, syntax.GetFirstToken().GetLocation());
Errors\ErrorFacts.cs (1)
1884or ErrorCode.ERR_NewBoundWithUnmanaged
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionTests2.cs (1)
6193Diagnostic(ErrorCode.ERR_NewBoundWithUnmanaged, "new").WithLocation(3, 42));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\GenericConstraintsTests.cs (1)
1867Diagnostic(ErrorCode.ERR_NewBoundWithUnmanaged, "new").WithLocation(1, 43));