7 references to WRN_DeprecatedCollectionInitAdd
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (2)
299
case ErrorCode.
WRN_DeprecatedCollectionInitAdd
:
1122
case ErrorCode.
WRN_DeprecatedCollectionInitAdd
:
Generated\ErrorFacts.Generated.cs (1)
69
case 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)
6725
Diagnostic(ErrorCode.
WRN_DeprecatedCollectionInitAdd
, "1").WithArguments("B.Add(long)"),
6734
Diagnostic(ErrorCode.
WRN_DeprecatedCollectionInitAdd
, "false").WithArguments("B.Add(bool)"));