Implemented interface member:
168 references to Add
AnalyzerRunner (1)
ILLink.RoslynAnalyzer (1)
Microsoft.AspNetCore.App.Analyzers (16)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Converters\DictionaryAdapters\ImmutableDictionaryBufferAdapter.cs (1)
14buffer.Add(key, value);
Microsoft.CodeAnalysis (20)
Microsoft.CodeAnalysis.CodeStyle (13)
Microsoft.CodeAnalysis.CSharp (10)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
Microsoft.CodeAnalysis.CSharp.Features (3)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (40)
SpecialTypeExtensions.cs (21)
26builder.Add(SpecialType.System_Void, new QualifiedTypeSignature(systemNamespace, "Void"));
27builder.Add(SpecialType.System_Boolean, new QualifiedTypeSignature(systemNamespace, "Boolean"));
28builder.Add(SpecialType.System_Char, new QualifiedTypeSignature(systemNamespace, "Char"));
29builder.Add(SpecialType.System_SByte, new QualifiedTypeSignature(systemNamespace, "SByte"));
30builder.Add(SpecialType.System_Byte, new QualifiedTypeSignature(systemNamespace, "Byte"));
31builder.Add(SpecialType.System_Int16, new QualifiedTypeSignature(systemNamespace, "Int16"));
32builder.Add(SpecialType.System_UInt16, new QualifiedTypeSignature(systemNamespace, "UInt16"));
33builder.Add(SpecialType.System_Int32, new QualifiedTypeSignature(systemNamespace, "Int32"));
34builder.Add(SpecialType.System_UInt32, new QualifiedTypeSignature(systemNamespace, "UInt32"));
35builder.Add(SpecialType.System_Int64, new QualifiedTypeSignature(systemNamespace, "Int64"));
36builder.Add(SpecialType.System_UInt64, new QualifiedTypeSignature(systemNamespace, "UInt64"));
37builder.Add(SpecialType.System_Single, new QualifiedTypeSignature(systemNamespace, "Single"));
38builder.Add(SpecialType.System_Double, new QualifiedTypeSignature(systemNamespace, "Double"));
39builder.Add(SpecialType.System_String, new QualifiedTypeSignature(systemNamespace, "String"));
40builder.Add(SpecialType.System_Object, new QualifiedTypeSignature(systemNamespace, "Object"));
41builder.Add(SpecialType.System_Decimal, new QualifiedTypeSignature(systemNamespace, "Decimal"));
42builder.Add(SpecialType.System_IntPtr, new QualifiedTypeSignature(systemNamespace, "IntPtr"));
43builder.Add(SpecialType.System_UIntPtr, new QualifiedTypeSignature(systemNamespace, "UIntPtr"));
44builder.Add(SpecialType.System_TypedReference, new QualifiedTypeSignature(systemNamespace, "TypedReference"));
45builder.Add(SpecialType.System_Nullable_T, new QualifiedTypeSignature(systemNamespace, "Nullable"));
46builder.Add(SpecialType.System_DateTime, new QualifiedTypeSignature(systemNamespace, "DateTime"));
VisualBasic\SyntaxKind.cs (19)
43builder.Add("of", SyntaxKind.OfKeyword);
44builder.Add("byval", SyntaxKind.ByValKeyword);
45builder.Add("byref", SyntaxKind.ByRefKeyword);
46builder.Add("boolean", SyntaxKind.BooleanKeyword);
47builder.Add("char", SyntaxKind.CharKeyword);
48builder.Add("sbyte", SyntaxKind.SByteKeyword);
49builder.Add("byte", SyntaxKind.ByteKeyword);
50builder.Add("short", SyntaxKind.ShortKeyword);
51builder.Add("ushort", SyntaxKind.UShortKeyword);
52builder.Add("integer", SyntaxKind.IntegerKeyword);
53builder.Add("uinteger", SyntaxKind.UIntegerKeyword);
54builder.Add("long", SyntaxKind.LongKeyword);
55builder.Add("ulong", SyntaxKind.ULongKeyword);
56builder.Add("single", SyntaxKind.SingleKeyword);
57builder.Add("double", SyntaxKind.DoubleKeyword);
58builder.Add("string", SyntaxKind.StringKeyword);
59builder.Add("object", SyntaxKind.ObjectKeyword);
60builder.Add("decimal", SyntaxKind.DecimalKeyword);
61builder.Add("date", SyntaxKind.DateKeyword);
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Microsoft.CodeAnalysis.Features (12)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Microsoft.CodeAnalysis.Test.Utilities (4)
Microsoft.CodeAnalysis.Workspaces (17)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
Microsoft.Interop.ComInterfaceGenerator (6)
Microsoft.Interop.LibraryImportGenerator (9)
Microsoft.Interop.SourceGeneration (1)
System.Collections.Immutable (2)