15 references to ERR_DottedTypeNameNotFoundInNSFwd
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Symbols.cs (2)
2648
: diagnostics.Add(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, location, whereText, container, forwardedToAssembly);
2670
: diagnostics.Add(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, location, whereText, qualifierOpt, forwardedToAssembly);
Errors\ErrorFacts.cs (1)
1189
or ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (12)
Symbols\Metadata\PE\TypeForwarders.cs (12)
948
Diagnostic(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, "Forwarded").WithArguments("Forwarded", "Namespace", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"),
984
Diagnostic(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, "Forwarded<int>").WithArguments("Forwarded<>", "Namespace", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"),
1059
Diagnostic(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, "T1").WithArguments("T1", "Ns", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"),
1062
Diagnostic(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, "T2").WithArguments("T2", "Ns.Ms", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"),
1071
Diagnostic(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, "T5<int>").WithArguments("T5<>", "Ns", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"),
1074
Diagnostic(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, "T6<int>").WithArguments("T6<>", "Ns.Ms", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"),
1150
Diagnostic(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, "T").WithArguments("T", "N1.N2.N3", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"),
1153
Diagnostic(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, "T").WithArguments("T", "N1.N2.N3", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"));
1214
Diagnostic(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, "T<int>").WithArguments("T<>", "N1.N2.N3", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"),
1217
Diagnostic(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, "T<int>").WithArguments("T<>", "N1.N2.N3", "pe2, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"));
1958
Diagnostic(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, "MyClass").WithArguments("MyClass", "MyNamespace", "BImpl, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(8, 36));
2022
Diagnostic(ErrorCode.
ERR_DottedTypeNameNotFoundInNSFwd
, "MyClass<int>").WithArguments("MyClass<>", "MyNamespace", "BImpl, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null").WithLocation(8, 36));