23 references to WRN_UnassignedThisSupportedVersion
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
505
case ErrorCode.
WRN_UnassignedThisSupportedVersion
:
2212
case ErrorCode.
WRN_UnassignedThisSupportedVersion
:
Errors\MessageProvider.cs (1)
127
or ErrorCode.
WRN_UnassignedThisSupportedVersion
FlowAnalysis\DefiniteAssignment.cs (1)
489
hasAssociatedProperty ? ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion : ErrorCode.
WRN_UnassignedThisSupportedVersion
,
Generated\ErrorFacts.Generated.cs (1)
290
case ErrorCode.
WRN_UnassignedThisSupportedVersion
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (16)
Semantics\StructConstructorTests.cs (14)
3899
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S").WithArguments("S.x").WithLocation(5, 12));
3901
CreateCompilation(source, options: TestOptions.DebugDll.WithSpecificDiagnosticOptions(GetIdForErrorCode(ErrorCode.
WRN_UnassignedThisSupportedVersion
), ReportDiagnostic.Error), parseOptions: TestOptions.Regular11)
3905
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S").WithArguments("S.x").WithLocation(5, 12).WithWarningAsError(true));
3994
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S").WithArguments("S.x").WithLocation(5, 12),
4025
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "return;").WithArguments("S.x").WithLocation(7, 9));
4068
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S").WithArguments("S.E").WithLocation(7, 12),
4313
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S2").WithArguments("S2.S1").WithLocation(11, 12));
4353
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S").WithArguments("S.X").WithLocation(6, 12));
4403
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S2").WithArguments("S2.S1").WithLocation(11, 12));
4447
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S").WithArguments("S.X").WithLocation(6, 12),
4490
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S").WithArguments("S.X").WithLocation(6, 12),
4531
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S").WithArguments("S.X").WithLocation(6, 12));
4613
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S").WithArguments("S<T>.TField").WithLocation(29, 12),
4616
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S").WithArguments("S<T>.Parameterless").WithLocation(29, 12),
Semantics\WarningVersionTests.cs (2)
275
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "Program").WithArguments("Program.Field").WithLocation(4, 12));
366
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "Program").WithArguments("Program.Field").WithLocation(4, 12),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
385
case ErrorCode.
WRN_UnassignedThisSupportedVersion
:
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
2565
KeyValuePairUtil.Create(GetIdForErrorCode(ErrorCode.
WRN_UnassignedThisSupportedVersion
), ReportDiagnostic.Warn),