/// <summary> /// Initialises a new instance of <see cref="TypeContext" />. /// </summary> internal TypeContext() { this.ClassName = CompilerServicesUtility.GenerateClassName(); this.Namespaces = new HashSet <string>(); }