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)
3636Debug.Assert(marshallingInformation.NumberOfElements >= 0); 3637writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3680if (marshallingInformation.NumberOfElements >= 0) 3682writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3686else if (marshallingInformation.NumberOfElements >= 0) 3689writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3709writer.WriteCompressedInteger(marshallingInformation.NumberOfElements);