1 instantiation of StringHeap
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
284this.StringHeap = new StringHeap(metadataRoot.GetMemoryBlockAt((int)streamHeader.Offset, streamHeader.Size), _metadataKind);
2 references to StringHeap
System.Reflection.Metadata (2)
System\Reflection\Metadata\MetadataReader.cs (1)
157internal StringHeap StringHeap;
System\Reflection\Metadata\MetadataReader.WinMD.cs (1)
65if (StringHeap.EqualsRaw(namespaceName, StringHeap.GetVirtualString(s_projectionInfos![index].ClrNamespace)))