6 references to WRN_UseDefViolationField
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
230case ErrorCode.WRN_UseDefViolationField: 2083case ErrorCode.WRN_UseDefViolationField:
FlowAnalysis\DefiniteAssignment.cs (1)
583ErrorCode.ERR_UseDefViolationField => ErrorCode.WRN_UseDefViolationField,
Generated\ErrorFacts.Generated.cs (1)
264case ErrorCode.WRN_UseDefViolationField:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Diagnostics\DiagnosticTest.cs (2)
423case ErrorCode.WRN_UseDefViolationField: 495ErrorCode.WRN_UseDefViolationField,