3 references to Name
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3406string entryPointName = MetadataReader.GetString(methodImport.Name);
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\MetadataReaderUtils.cs (1)
71where !import.Name.IsNil
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
122string entryPointName = mi.Name.GetString(reader);