Namespace IL2CPU.Debug.Symbols.Metadata
Classes
CachingMetadataStringDecoder
MetadataReader string decoder that caches and reuses strings rather than allocating on each call to MetadataReader.GetString(handle). Safe to use from multiple threads and lock free.