3 references to Name
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
473string name = metadataReader.GetString(import.Name);
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3448string entryPointName = MetadataReader.GetString(methodImport.Name);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
122string entryPointName = mi.Name.GetString(reader);