Ejemplo n.º 1
0
        Cci.IFieldReference ITokenDeferral.GetFieldForData(ImmutableArray <byte> data, SyntaxNode syntaxNode, DiagnosticBag diagnostics)
        {
            Debug.Assert(this.SupportsPrivateImplClass);

            PrivateImplementationDetails privateImpl = this.GetPrivateImplClass((TSyntaxNode)syntaxNode, diagnostics);

            // map a field to the block (that makes it addressable via a token)
            return(privateImpl.CreateDataField(data));
        }