4 references to Add
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
5488diagnostics.Add(ErrorCode.ERR_CollectionArgumentsMustBeFirst, withElementSyntax.WithKeyword);
Symbols\Source\ParameterHelpers.cs (2)
742diagnostics.Add(ErrorCode.ERR_ImplicitlyTypedParamsParameter, modifier, parameterIdentifier); 811diagnostics.Add(ErrorCode.ERR_RefReadOnlyWrongOrdering, modifier);
Symbols\Source\SourceNamedTypeSymbol.cs (1)
2045diagnostics.Add(ErrorCode.ERR_BadExtensionContainingType, syntax.Keyword);