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