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