26 references to WRN_UnassignedThisSupportedVersion
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
518
case ErrorCode.
WRN_UnassignedThisSupportedVersion
:
2268
or ErrorCode.
WRN_UnassignedThisSupportedVersion
Errors\MessageProvider.cs (1)
115
or ErrorCode.
WRN_UnassignedThisSupportedVersion
FlowAnalysis\DefiniteAssignment.cs (1)
499
hasAssociatedProperty ? ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion : ErrorCode.
WRN_UnassignedThisSupportedVersion
,
Generated\ErrorFacts.Generated.cs (1)
290
case ErrorCode.
WRN_UnassignedThisSupportedVersion
:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
FieldKeywordTests.cs (2)
4222
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S1").WithArguments("S1.F1").WithLocation(6, 12),
4485
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "S3").WithArguments("S3.F3").WithLocation(6, 12),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (17)
Semantics\RefFieldTests.cs (1)
31012
Diagnostic(ErrorCode.
WRN_UnassignedThisSupportedVersion
, "RS").WithArguments("RS.ri").WithLocation(15, 12),
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)
407
case ErrorCode.
WRN_UnassignedThisSupportedVersion
:
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
2895
KeyValuePair.Create(GetIdForErrorCode(ErrorCode.
WRN_UnassignedThisSupportedVersion
), ReportDiagnostic.Warn),