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)
3549Debug.Assert(marshallingInformation.NumberOfElements >= 0); 3550writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3593if (marshallingInformation.NumberOfElements >= 0) 3595writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3599else if (marshallingInformation.NumberOfElements >= 0) 3602writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3622writer.WriteCompressedInteger(marshallingInformation.NumberOfElements);