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