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