8 references to WRN_AttributesOnBackingFieldsNotAvailable
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
414case ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable: 1821case ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable:
Generated\ErrorFacts.Generated.cs (1)
181case ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable:
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
171new CSDiagnosticInfo(ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable,
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Attributes\AttributeTests.cs (3)
1714Diagnostic(ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable, "field:").WithArguments("7.2", "7.3").WithLocation(7, 6), 1717Diagnostic(ErrorCode.WRN_AttributesOnBackingFieldsNotAvailable, "field:").WithArguments("7.2", "7.3").WithLocation(8, 6), 1720Diagnostic(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: