8 references to WRN_AttributesOnBackingFieldsNotAvailable
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
427case ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable: 1880or ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable
Generated\ErrorFacts.Generated.cs (1)
181case ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable:
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
287new CSDiagnosticInfo(ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable,
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Attributes\AttributeTests.cs (3)
1752Diagnostic(ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable, "field:").WithArguments("7.2", "7.3").WithLocation(7, 6), 1755Diagnostic(ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable, "field:").WithArguments("7.2", "7.3").WithLocation(8, 6), 1758Diagnostic(ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable, "field:").WithArguments("7.2", "7.3").WithLocation(11, 6)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
279case ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable: