4 references to ERR_TypeFwdCycle2
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Symbols.vb (2)
431
If errorInfo.Code = ERRID.
ERR_TypeFwdCycle2
Then
433
Binder.ReportDiagnostic(diagBag, typeSyntax, ERRID.
ERR_TypeFwdCycle2
, fullName, forwardedType.ContainingAssembly)
Errors\ErrorFacts.vb (1)
743
ERRID.
ERR_TypeFwdCycle2
,
Symbols\AssemblySymbol.vb (1)
295
Dim diagInfo As DiagnosticInfo = New DiagnosticInfo(MessageProvider.Instance, ERRID.
ERR_TypeFwdCycle2
, emittedName.FullName, Me)