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