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