6 references to ERR_DeprecatedCollectionInitAddStr
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Crefs.cs (1)
1006case ErrorCode.ERR_DeprecatedCollectionInitAddStr:
Errors\ErrorFacts.cs (2)
1121case ErrorCode.ERR_DeprecatedCollectionInitAddStr: 2348case ErrorCode.ERR_DeprecatedCollectionInitAddStr:
Symbols\ObsoleteAttributeHelpers.cs (2)
173(message: { }, isError: true, isColInit: true) => ErrorCode.ERR_DeprecatedCollectionInitAddStr, 191ErrorCode.WRN_DeprecatedSymbol or ErrorCode.ERR_DeprecatedCollectionInitAddStr or
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.cs (1)
6731Diagnostic(ErrorCode.ERR_DeprecatedCollectionInitAddStr, @"""a""").WithArguments("B.Add(string)", "Don't use this overload"),