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)
3611Debug.Assert(marshallingInformation.NumberOfElements >= 0); 3612writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3655if (marshallingInformation.NumberOfElements >= 0) 3657writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3661else if (marshallingInformation.NumberOfElements >= 0) 3664writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3684writer.WriteCompressedInteger(marshallingInformation.NumberOfElements);