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