7 references to WRN_UseDefViolationThisUnsupportedVersion
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
244
case ErrorCode.
WRN_UseDefViolationThisUnsupportedVersion
:
2141
or ErrorCode.
WRN_UseDefViolationThisUnsupportedVersion
FlowAnalysis\DefiniteAssignment.cs (1)
614
ErrorCode.ERR_UseDefViolationThisUnsupportedVersion => ErrorCode.
WRN_UseDefViolationThisUnsupportedVersion
,
Generated\ErrorFacts.Generated.cs (1)
265
case ErrorCode.
WRN_UseDefViolationThisUnsupportedVersion
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\WarningVersionTests.cs (1)
634
Diagnostic(ErrorCode.
WRN_UseDefViolationThisUnsupportedVersion
, "this").WithArguments("11.0").WithLocation(6, 22));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Diagnostics\DiagnosticTest.cs (2)
455
case ErrorCode.
WRN_UseDefViolationThisUnsupportedVersion
:
534
ErrorCode.
WRN_UseDefViolationThisUnsupportedVersion
,