8 references to AddValue
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
5017builder.AddValue(TypeWithAnnotations.Create(baseType)); 5021builder.AddValue(TypeWithAnnotations.Create(@interface));
Symbols\Source\SourceMemberMethodSymbol.cs (1)
883builder.AddValue(ReturnTypeWithAnnotations);
Symbols\Symbol.cs (5)
1493builder.AddValue(((EventSymbol)this).TypeWithAnnotations); 1505builder.AddValue(field.TypeWithAnnotations); 1517builder.AddValue(((PropertySymbol)this).TypeWithAnnotations); 1522builder.AddValue(((ParameterSymbol)this).TypeWithAnnotations); 1530builder.AddValue(constraintType);