8 references to AddValue
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
5876builder.AddValue(TypeWithAnnotations.Create(baseType)); 5880builder.AddValue(TypeWithAnnotations.Create(@interface));
Symbols\Source\SourceMemberMethodSymbol.cs (1)
1022builder.AddValue(method.ReturnTypeWithAnnotations);
Symbols\Symbol.cs (5)
1651builder.AddValue(((EventSymbol)this).TypeWithAnnotations); 1663builder.AddValue(field.TypeWithAnnotations); 1675builder.AddValue(((PropertySymbol)this).TypeWithAnnotations); 1680builder.AddValue(((ParameterSymbol)this).TypeWithAnnotations); 1688builder.AddValue(constraintType);