2 writes to _assemblyQualifiedName
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeName.cs (2)
106
_assemblyQualifiedName
= FullName;
117
_assemblyQualifiedName
= builder.ToString();
3 references to _assemblyQualifiedName
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeName.cs (3)
101
if (
_assemblyQualifiedName
is null)
123
_fullName =
_assemblyQualifiedName
;
128
return
_assemblyQualifiedName
;