7 references to WRN_DeprecatedCollectionInitAdd
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
299case ErrorCode.WRN_DeprecatedCollectionInitAdd: 1122case ErrorCode.WRN_DeprecatedCollectionInitAdd:
Generated\ErrorFacts.Generated.cs (1)
69case ErrorCode.WRN_DeprecatedCollectionInitAdd:
Symbols\ObsoleteAttributeHelpers.cs (2)
171(message: null, isError: _, isColInit: true) => ErrorCode.WRN_DeprecatedCollectionInitAdd, 190(ErrorCode.WRN_Experimental or ErrorCode.WRN_DeprecatedCollectionInitAdd or
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Attributes\AttributeTests_WellKnownAttributes.cs (2)
6725Diagnostic(ErrorCode.WRN_DeprecatedCollectionInitAdd, "1").WithArguments("B.Add(long)"), 6734Diagnostic(ErrorCode.WRN_DeprecatedCollectionInitAdd, "false").WithArguments("B.Add(bool)"));