8 references to AddValue
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
5886builder.AddValue(TypeWithAnnotations.Create(baseType)); 5890builder.AddValue(TypeWithAnnotations.Create(@interface));
Symbols\Source\SourceMemberMethodSymbol.cs (1)
1022builder.AddValue(method.ReturnTypeWithAnnotations);
Symbols\Symbol.cs (5)
1656builder.AddValue(((EventSymbol)this).TypeWithAnnotations); 1668builder.AddValue(field.TypeWithAnnotations); 1680builder.AddValue(((PropertySymbol)this).TypeWithAnnotations); 1685builder.AddValue(((ParameterSymbol)this).TypeWithAnnotations); 1693builder.AddValue(constraintType);