11 references to ERR_SingleTypeNameNotFoundFwd
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
2669
? diagnostics.Add(ErrorCode.
ERR_SingleTypeNameNotFoundFwd
, location, whereText, forwardedToAssembly)
Errors\ErrorFacts.cs (1)
1190
or ErrorCode.
ERR_SingleTypeNameNotFoundFwd
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (9)
Symbols\Metadata\PE\TypeForwarders.cs (9)
254
Diagnostic(ErrorCode.
ERR_SingleTypeNameNotFoundFwd
, "Base").WithArguments("Base", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"));
333
Diagnostic(ErrorCode.
ERR_SingleTypeNameNotFoundFwd
, "Base").WithArguments("Base", "pe3, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"),
339
Diagnostic(ErrorCode.
ERR_SingleTypeNameNotFoundFwd
, "Base").WithArguments("Base", "pe3, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"));
805
Diagnostic(ErrorCode.
ERR_SingleTypeNameNotFoundFwd
, "Outer").WithArguments("Outer", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(5, 5),
811
Diagnostic(ErrorCode.
ERR_SingleTypeNameNotFoundFwd
, "Generic<int>").WithArguments("Generic<>", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(9, 5),
817
Diagnostic(ErrorCode.
ERR_SingleTypeNameNotFoundFwd
, "Outer").WithArguments("Outer", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(4, 5),
820
Diagnostic(ErrorCode.
ERR_SingleTypeNameNotFoundFwd
, "Outer").WithArguments("Outer", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(6, 5),
1056
Diagnostic(ErrorCode.
ERR_SingleTypeNameNotFoundFwd
, "T0").WithArguments("T0", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"),
1068
Diagnostic(ErrorCode.
ERR_SingleTypeNameNotFoundFwd
, "T4<int>").WithArguments("T4<>", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"),