8 references to AddValue
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
6028builder.AddValue(TypeWithAnnotations.Create(baseType)); 6032builder.AddValue(TypeWithAnnotations.Create(@interface));
Symbols\Source\SourceMemberMethodSymbol.cs (1)
1025builder.AddValue(method.ReturnTypeWithAnnotations);
Symbols\Symbol.cs (5)
1666builder.AddValue(((EventSymbol)this).TypeWithAnnotations); 1678builder.AddValue(field.TypeWithAnnotations); 1690builder.AddValue(((PropertySymbol)this).TypeWithAnnotations); 1695builder.AddValue(((ParameterSymbol)this).TypeWithAnnotations); 1702builder.AddValue(constraintType);