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)
3595Debug.Assert(marshallingInformation.NumberOfElements >= 0); 3596writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3639if (marshallingInformation.NumberOfElements >= 0) 3641writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3645else if (marshallingInformation.NumberOfElements >= 0) 3648writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3668writer.WriteCompressedInteger(marshallingInformation.NumberOfElements);