8 references to AddValue
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
6188builder.AddValue(TypeWithAnnotations.Create(baseType)); 6192builder.AddValue(TypeWithAnnotations.Create(@interface));
Symbols\Source\SourceMemberMethodSymbol.cs (1)
1044builder.AddValue(method.ReturnTypeWithAnnotations);
Symbols\Symbol.cs (5)
1680builder.AddValue(((EventSymbol)this).TypeWithAnnotations); 1692builder.AddValue(field.TypeWithAnnotations); 1704builder.AddValue(((PropertySymbol)this).TypeWithAnnotations); 1709builder.AddValue(((ParameterSymbol)this).TypeWithAnnotations); 1716builder.AddValue(constraintType);