4 references to AddValue
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\MostCommonNullableValueBuilder.cs (1)
73
AddValue
(GetCommonValue(builder));
Symbols\Symbol.cs (2)
1487
builder.
AddValue
(this.GetLocalNullableContextValue());
1511
builder.
AddValue
(this.GetLocalNullableContextValue());
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Attributes\AttributeTests_NullableContext.cs (1)
383
builder.
AddValue
(value);