1 write to FullName
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
51FullName = GenerateFullName();
4 references to FullName
Microsoft.ML.Core (4)
Environment\HostEnvironmentBase.cs (4)
42public virtual string ContextDescription => FullName; 143host = RegisterCore(this, name, Master?.FullName, rand, verbose ?? Verbose); 169: base(shortName, parent.FullName, parent.Verbose) 422host = RegisterCore(this, name, Master?.FullName, rand, verbose ?? Verbose);