Base:
property
Depth
Microsoft.ML.Runtime.ChannelProviderBase.Depth
1 write to Depth
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
174Depth = parent.Depth + 1;
1 reference to Depth
Microsoft.ML.Core (1)
Environment\ConsoleEnvironment.cs (1)
128wr.Write(new string(' ', commChannel.Depth * 2));