13 references to ERR_UnderspecifiedExtension
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2506
or ErrorCode.
ERR_UnderspecifiedExtension
Symbols\Source\ParameterHelpers.cs (1)
571
diagnostics.Add(ErrorCode.
ERR_UnderspecifiedExtension
, extensionMember.GetFirstLocation(), typeParameter);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (11)
Semantics\ExtensionTests.cs (11)
2912
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("T").WithLocation(5, 20));
2935
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("T").WithLocation(5, 27),
2938
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("T1").WithLocation(9, 27),
2941
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("T2").WithLocation(9, 27));
2961
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("T").WithLocation(5, 20));
2997
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "-").WithArguments("T").WithLocation(6, 36));
3023
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "-=").WithArguments("T").WithLocation(6, 30));
3045
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "string").WithArguments("T").WithLocation(5, 41),
3075
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "this").WithArguments("T").WithLocation(5, 20),
34420
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("T").WithLocation(9, 20),
34423
Diagnostic(ErrorCode.
ERR_UnderspecifiedExtension
, "P").WithArguments("U").WithLocation(9, 20));