11 references to WRN_UnassignedThisAutoPropertySupportedVersion
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
504case ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion: 2211case ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion:
Errors\MessageProvider.cs (1)
126or ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion
FlowAnalysis\DefiniteAssignment.cs (1)
489hasAssociatedProperty ? ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion : ErrorCode.WRN_UnassignedThisSupportedVersion,
Generated\ErrorFacts.Generated.cs (1)
289case ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion:
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
FlowAnalysis\FlowDiagnosticTests.cs (2)
1453Diagnostic(ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion, "Program").WithArguments("Program.x").WithLocation(14, 12), 1456Diagnostic(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)
384case ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion:
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
2564KeyValuePairUtil.Create(GetIdForErrorCode(ErrorCode.WRN_UnassignedThisAutoPropertySupportedVersion), ReportDiagnostic.Warn),