5 references to GetConstantStringValue
System.Private.CoreLib (3)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeMetadataReader.cs (1)
139return reader.GetConstantStringValue(handle).Value;
System\Reflection\Runtime\General\MetadataReaderExtensions.cs (2)
52return reader.GetConstantStringValue(handle).Value; 60return reader.GetConstantStringValue(handle).Value;
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\MetadataReaderExtensions.cs (1)
15return reader.GetConstantStringValue(handle).Value;
System.Private.StackTraceMetadata (1)
Internal\StackTraceMetadata\MethodNameFormatter.cs (1)
421_outputBuilder.Append(_metadataReader.GetConstantStringValue(stringHandle).Value);