13 references to ERR_UnderspecifiedExtension
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2504
or ErrorCode.
ERR_UnderspecifiedExtension
Symbols\Source\ParameterHelpers.cs (1)
579
diagnostics.Add(ErrorCode.
ERR_UnderspecifiedExtension
, extensionMember.GetFirstLocation(), typeParameter);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (11)
Semantics\ExtensionTests.cs (11)
3070
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("T").WithLocation(5, 20));
3093
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("T").WithLocation(5, 27),
3096
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("T1").WithLocation(9, 27),
3099
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("T2").WithLocation(9, 27));
3119
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("T").WithLocation(5, 20));
3155
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "-").WithArguments("T").WithLocation(6, 36));
3181
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "-=").WithArguments("T").WithLocation(6, 30));
3203
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "string").WithArguments("T").WithLocation(5, 41),
3233
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "this").WithArguments("T").WithLocation(5, 20),
39887
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("T").WithLocation(9, 20),
39890
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("U").WithLocation(9, 20));