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