4 references to ERR_ComImportWithBase
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
816case ErrorCode.ERR_ComImportWithBase:
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1491diagnostics.Add(ErrorCode.ERR_ComImportWithBase, this.Locations[0], this.Name);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\OverloadResolutionTests.cs (1)
2896Diagnostic(ErrorCode.ERR_ComImportWithBase, "Attr2").WithArguments("Attr2").WithLocation(13, 7),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\SymbolErrorTests.cs (1)
4929Diagnostic(ErrorCode.ERR_ComImportWithBase, "B").WithArguments("B").WithLocation(5, 7));