8 references to WRN_UseDefViolationThisSupportedVersion
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
503case ErrorCode.WRN_UseDefViolationThisSupportedVersion: 2210case ErrorCode.WRN_UseDefViolationThisSupportedVersion:
Errors\MessageProvider.cs (1)
125or ErrorCode.WRN_UseDefViolationThisSupportedVersion
FlowAnalysis\DefiniteAssignment.cs (1)
1245Diagnostics.Add(ErrorCode.WRN_UseDefViolationThisSupportedVersion, node.Location);
Generated\ErrorFacts.Generated.cs (1)
288case ErrorCode.WRN_UseDefViolationThisSupportedVersion:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\WarningVersionTests.cs (1)
658Diagnostic(ErrorCode.WRN_UseDefViolationThisSupportedVersion, "this").WithLocation(6, 22));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
388case ErrorCode.WRN_UseDefViolationThisSupportedVersion:
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
2563KeyValuePairUtil.Create(GetIdForErrorCode(ErrorCode.WRN_UseDefViolationThisSupportedVersion), ReportDiagnostic.Warn),