1 implementation of GetFieldForData
Microsoft.CodeAnalysis (1)
Emit\CommonPEModuleBuilder.cs (1)
1020
Cci.IFieldReference ITokenDeferral.
GetFieldForData
(ImmutableArray<byte> data, ushort alignment, SyntaxNode syntaxNode, DiagnosticBag diagnostics)
2 references to GetFieldForData
Microsoft.CodeAnalysis (2)
CodeGen\ILBuilderEmit.cs (1)
103
var field = module.
GetFieldForData
(data, alignment: 1, syntaxNode, diagnostics);
CodeGen\ITokenDeferral.cs (1)
19
/// <remarks>This is used to cache an array created with the data passed to <see cref="
GetFieldForData
"/>.</remarks>