1 write to _strFullName
System.Reflection.Emit (1)
System\Reflection\Emit\TypeBuilderImpl.cs (1)
614
public override string? FullName =>
_strFullName
??= TypeNameBuilder.ToString(this, TypeNameBuilder.Format.FullName);