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)
3598Debug.Assert(marshallingInformation.NumberOfElements >= 0); 3599writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3642if (marshallingInformation.NumberOfElements >= 0) 3644writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3648else if (marshallingInformation.NumberOfElements >= 0) 3651writer.WriteCompressedInteger(marshallingInformation.NumberOfElements); 3671writer.WriteCompressedInteger(marshallingInformation.NumberOfElements);