6 references to WRN_UseDefViolationField
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
243
case ErrorCode.
WRN_UseDefViolationField
:
2139
or ErrorCode.
WRN_UseDefViolationField
FlowAnalysis\DefiniteAssignment.cs (1)
564
ErrorCode.ERR_UseDefViolationField => ErrorCode.
WRN_UseDefViolationField
,
Generated\ErrorFacts.Generated.cs (1)
263
case ErrorCode.
WRN_UseDefViolationField
:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Diagnostics\DiagnosticTest.cs (2)
451
case ErrorCode.
WRN_UseDefViolationField
:
532
ErrorCode.
WRN_UseDefViolationField
,