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)
3646Debug.Assert(marshallingInformation.NumberOfElements >= 0); 3647writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3690if (marshallingInformation.NumberOfElements >= 0) 3692writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3696else if (marshallingInformation.NumberOfElements >= 0) 3699writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3719writer.WriteCompressedInteger(marshallingInformation.NumberOfElements);