1 implementation of NumberOfElements
Microsoft.CodeAnalysis (1)
Symbols\Attributes\MarshalPseudoCustomAttributeData.cs (1)
141
int Cci.IMarshallingInformation.
NumberOfElements
7 references to NumberOfElements
Microsoft.CodeAnalysis (7)
PEWriter\MetadataWriter.cs (7)
3617
Debug.Assert(marshallingInformation.
NumberOfElements
>= 0);
3618
writer.WriteCompressedInteger(marshallingInformation.
NumberOfElements
);
3661
if (marshallingInformation.
NumberOfElements
>= 0)
3663
writer.WriteCompressedInteger(marshallingInformation.
NumberOfElements
);
3667
else if (marshallingInformation.
NumberOfElements
>= 0)
3670
writer.WriteCompressedInteger(marshallingInformation.
NumberOfElements
);
3690
writer.WriteCompressedInteger(marshallingInformation.
NumberOfElements
);