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