1 write to AssemblyName
Microsoft.CodeAnalysis (1)
MetadataReader\MetadataHelpers.cs (1)
66
this.
AssemblyName
= assemblyName;
2 references to AssemblyName
Microsoft.CodeAnalysis (2)
MetadataReader\TypeNameDecoder.cs (2)
128
if (fullName.
AssemblyName
!= null)
131
if (!AssemblyIdentity.TryParseDisplayName(fullName.
AssemblyName
, out identity))