7 references to WRN_UseDefViolationOut
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
245
case ErrorCode.
WRN_UseDefViolationOut
:
2142
or ErrorCode.
WRN_UseDefViolationOut
FlowAnalysis\DefiniteAssignment.cs (1)
617
ErrorCode.ERR_UseDefViolationOut => ErrorCode.
WRN_UseDefViolationOut
,
Generated\ErrorFacts.Generated.cs (1)
266
case ErrorCode.
WRN_UseDefViolationOut
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\WarningVersionTests.cs (1)
688
Diagnostic(ErrorCode.
WRN_UseDefViolationOut
, "r1").WithArguments("r1").WithLocation(5, 18)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Diagnostics\DiagnosticTest.cs (2)
456
case ErrorCode.
WRN_UseDefViolationOut
:
535
ErrorCode.
WRN_UseDefViolationOut
,