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)
3599Debug.Assert(marshallingInformation.NumberOfElements >= 0); 3600writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3643if (marshallingInformation.NumberOfElements >= 0) 3645writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3649else if (marshallingInformation.NumberOfElements >= 0) 3652writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3672writer.WriteCompressedInteger(marshallingInformation.NumberOfElements);