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