5 references to GetStringOrNull
System.Private.CoreLib (5)
System\Reflection\Runtime\General\MetadataReaderExtensions.cs (1)
135
culture.
GetStringOrNull
(reader),
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (2)
542
string name = currentNamespaceDefinition.Name.
GetStringOrNull
(reader);
632
string namespacePart = namespaceReference.Name.
GetStringOrNull
(reader);
System\Reflection\Runtime\General\NamespaceChain.cs (1)
28
string name = currentNameHandle.
GetStringOrNull
(reader);
System\Reflection\Runtime\ParameterInfos\NativeFormat\NativeFormatMethodParameterInfo.cs (1)
50
return _parameter.Name.
GetStringOrNull
(this.Reader);