8 references to AddValue
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
5286builder.AddValue(TypeWithAnnotations.Create(baseType)); 5290builder.AddValue(TypeWithAnnotations.Create(@interface));
Symbols\Source\SourceMemberMethodSymbol.cs (1)
994builder.AddValue(ReturnTypeWithAnnotations);
Symbols\Symbol.cs (5)
1639builder.AddValue(((EventSymbol)this).TypeWithAnnotations); 1651builder.AddValue(field.TypeWithAnnotations); 1663builder.AddValue(((PropertySymbol)this).TypeWithAnnotations); 1668builder.AddValue(((ParameterSymbol)this).TypeWithAnnotations); 1676builder.AddValue(constraintType);