9 references to WRN_UseDefViolationPropertySupportedVersion
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
501case ErrorCode.WRN_UseDefViolationPropertySupportedVersion: 2208case ErrorCode.WRN_UseDefViolationPropertySupportedVersion:
Errors\MessageProvider.cs (1)
123ErrorCode.WRN_UseDefViolationPropertySupportedVersion
FlowAnalysis\DefiniteAssignment.cs (1)
1287hasAssociatedProperty ? ErrorCode.WRN_UseDefViolationPropertySupportedVersion : ErrorCode.WRN_UseDefViolationFieldSupportedVersion,
Generated\ErrorFacts.Generated.cs (1)
286case ErrorCode.WRN_UseDefViolationPropertySupportedVersion:
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
FlowAnalysis\FlowDiagnosticTests.cs (1)
1465Diagnostic(ErrorCode.WRN_UseDefViolationPropertySupportedVersion, "x2").WithArguments("x2").WithLocation(17, 34));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\WarningVersionTests.cs (1)
484Diagnostic(ErrorCode.WRN_UseDefViolationPropertySupportedVersion, "Property").WithArguments("Property").WithLocation(6, 21));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
386case ErrorCode.WRN_UseDefViolationPropertySupportedVersion:
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
2561KeyValuePairUtil.Create(GetIdForErrorCode(ErrorCode.WRN_UseDefViolationPropertySupportedVersion), ReportDiagnostic.Warn),