7 references to ERR_ComImportWithUserCtor
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
968case ErrorCode.ERR_ComImportWithUserCtor:
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1039diagnostics.Add(ErrorCode.ERR_ComImportWithUserCtor, this.Locations[0]);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\OverloadResolutionTests.cs (1)
2899Diagnostic(ErrorCode.ERR_ComImportWithUserCtor, "Attr2").WithLocation(15, 12),
Semantics\PrimaryConstructorTests.cs (1)
6175Diagnostic(ErrorCode.ERR_ComImportWithUserCtor, "R1").WithLocation(6, 7)
Semantics\RecordTests.cs (1)
30321Diagnostic(ErrorCode.ERR_ComImportWithUserCtor, "R1").WithLocation(4, 8),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\DefaultInterfaceImplementationTests.cs (1)
68862Diagnostic(ErrorCode.ERR_ComImportWithUserCtor, "I1").WithLocation(6, 12),
Symbols\SymbolErrorTests.cs (1)
12210Diagnostic(ErrorCode.ERR_ComImportWithUserCtor, "TestClass").WithLocation(5, 5));