6 references to ERR_ImportedCircularBase
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
834
or ErrorCode.
ERR_ImportedCircularBase
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
2077
var info = new CSDiagnosticInfo(ErrorCode.
ERR_ImportedCircularBase
, declaredBase);
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
302
var info = new CSDiagnosticInfo(ErrorCode.
ERR_ImportedCircularBase
, declaredBase);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\Source\PropertyTests.cs (1)
1170
Diagnostic(ErrorCode.
ERR_ImportedCircularBase
, "A.Goo").WithArguments("E").WithLocation(5, 11),
Symbols\SymbolErrorTests.cs (2)
3942
Diagnostic(ErrorCode.
ERR_ImportedCircularBase
, "C1").WithArguments("C2"),
3945
Diagnostic(ErrorCode.
ERR_ImportedCircularBase
, "I3").WithArguments("I2")