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