3 references to GetOrAddDataField
Microsoft.CodeAnalysis (3)
CodeGen\PrivateImplementationDetails.cs (2)
194
/// Gets a field that can be used to cache an array allocated to store data from a corresponding <see cref="
GetOrAddDataField
"/> call.
342
MappedField dataField = @this.
GetOrAddDataField
(data, alignment: 1);
Emit\CommonPEModuleBuilder.cs (1)
1029
return privateImpl.
GetOrAddDataField
(data, alignment);