6 references to WRN_UseDefViolationProperty
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
229case ErrorCode.WRN_UseDefViolationProperty: 2082case ErrorCode.WRN_UseDefViolationProperty:
FlowAnalysis\DefiniteAssignment.cs (1)
582ErrorCode.ERR_UseDefViolationProperty => ErrorCode.WRN_UseDefViolationProperty,
Generated\ErrorFacts.Generated.cs (1)
263case ErrorCode.WRN_UseDefViolationProperty:
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Diagnostics\DiagnosticTest.cs (2)
422case ErrorCode.WRN_UseDefViolationProperty: 494ErrorCode.WRN_UseDefViolationProperty,