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