1 write to MappedFieldDataSize
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\ManagedTextSection.cs (1)
76MappedFieldDataSize = mappedFieldDataSize;
3 references to MappedFieldDataSize
System.Reflection.Metadata (3)
System\Reflection\PortableExecutable\ManagedTextSection.cs (3)
140if (MappedFieldDataSize != 0) 186return CalculateOffsetToMappedFieldDataStream() + MappedFieldDataSize; 250Debug.Assert((mappedFieldDataBuilderOpt?.Count ?? 0) == MappedFieldDataSize);