7 references to ERR_ComImportWithUserCtor
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
1030or ErrorCode.ERR_ComImportWithUserCtor
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1480diagnostics.Add(ErrorCode.ERR_ComImportWithUserCtor, this.GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Semantics\PrimaryConstructorTests.cs (1)
6791Diagnostic(ErrorCode.ERR_ComImportWithUserCtor, "R1").WithLocation(6, 7)
Semantics\RecordTests.cs (1)
30447Diagnostic(ErrorCode.ERR_ComImportWithUserCtor, "R1").WithLocation(4, 8),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\OverloadResolutionTests.cs (1)
2897Diagnostic(ErrorCode.ERR_ComImportWithUserCtor, "Attr2").WithLocation(15, 12),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\DefaultInterfaceImplementationTests.cs (1)
69056Diagnostic(ErrorCode.ERR_ComImportWithUserCtor, "I1").WithLocation(6, 12),
Symbols\SymbolErrorTests.cs (1)
12353Diagnostic(ErrorCode.ERR_ComImportWithUserCtor, "TestClass").WithLocation(5, 5));