4 references to ERR_ComImportWithBase
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
878or ErrorCode.ERR_ComImportWithBase
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1616diagnostics.Add(ErrorCode.ERR_ComImportWithBase, this.GetFirstLocation(), this.Name);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\OverloadResolutionTests.cs (1)
2894Diagnostic(ErrorCode.ERR_ComImportWithBase, "Attr2").WithArguments("Attr2").WithLocation(13, 7),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\SymbolErrorTests.cs (1)
5005Diagnostic(ErrorCode.ERR_ComImportWithBase, "B").WithArguments("B").WithLocation(5, 7));