15 references to WRN_UnassignedThisAutoPropertySupportedVersion
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
517case ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion: 2267or ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion
Errors\MessageProvider.cs (1)
114or ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion
FlowAnalysis\DefiniteAssignment.cs (1)
499hasAssociatedProperty ? ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion : ErrorCode.WRN_UnassignedThisSupportedVersion,
Generated\ErrorFacts.Generated.cs (1)
289case ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (6)
FieldKeywordTests.cs (4)
4062Diagnostic(ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion, "S1").WithArguments("S1.P1").WithLocation(5, 12), 4071Diagnostic(ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion, "S3").WithArguments("S3.P3").WithLocation(15, 12), 4080Diagnostic(ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion, "S5").WithArguments("S5.P5").WithLocation(25, 12), 4219Diagnostic(ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion, "S1").WithArguments("S1.P1").WithLocation(6, 12),
FlowAnalysis\FlowDiagnosticTests.cs (2)
1471Diagnostic(ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion, "Program").WithArguments("Program.x").WithLocation(14, 12), 1474Diagnostic(ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion, "Program").WithArguments("Program.x2").WithLocation(14, 12),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\StructConstructorTests.cs (1)
4619Diagnostic(ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion, "S").WithArguments("S<T>.AutoProp").WithLocation(29, 12));
Semantics\WarningVersionTests.cs (1)
196Diagnostic(ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion, "Program").WithArguments("Program.Property").WithLocation(4, 12));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
406case ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion:
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
2894KeyValuePair.Create(GetIdForErrorCode(ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion), ReportDiagnostic.Warn),