1 instantiation of StringTableDecoder
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
4011public static readonly StringTableDecoder Instance = new StringTableDecoder();
3 references to StringTableDecoder
Microsoft.CodeAnalysis (3)
MetadataReader\PEModule.cs (3)
244newReader = new MetadataReader((byte*)_metadataPointerOpt, _metadataSizeOpt, MetadataReaderOptions.ApplyWindowsRuntimeProjections, StringTableDecoder.Instance); 266newReader = _peReaderOpt.GetMetadataReader(MetadataReaderOptions.ApplyWindowsRuntimeProjections, StringTableDecoder.Instance); 4011public static readonly StringTableDecoder Instance = new StringTableDecoder();