1 write to _env
Microsoft.ML.Maml (1)
HelpCommand.cs (1)
79
_env
= env;
22 references to _env
Microsoft.ML.Maml (22)
HelpCommand.cs (22)
95
_generator = args.Generator.CreateComponent(
_env
, "maml.exe ? " + CmdParser.GetSettings(env, args, new Arguments()));
107
AssemblyLoadingUtils.LoadAndRegister(
_env
, _extraAssemblies);
110
using (var ch =
_env
.Start("Help"))
135
_env
.AssertValue(_component);
144
var infos =
_env
.ComponentCatalog.FindLoadableClasses(name)
150
_env
.AssertValue(info.SignatureTypes);
155
_env
.Assert(signature.BaseType == typeof(MulticastDelegate));
195
var infos =
_env
.ComponentCatalog.GetAllClasses()
202
_env
.AssertValue(info.SignatureTypes);
205
_env
.Assert(signature.BaseType == typeof(MulticastDelegate));
228
_env
.Assert(loadName == loadNames[0]);
243
writer.WriteLine(CmdParser.ArgumentsUsage(
_env
, args.GetType(), args, false, columns));
263
var sigs =
_env
.ComponentCatalog.GetAllSignatureTypes();
279
var infos =
_env
.ComponentCatalog.GetAllDerivedClasses(typeRes, typeSig)
287
_env
.Assert(info.LoadNames.Count > 0);
306
_env
.AssertValue(components);
329
var sigs =
_env
.ComponentCatalog.GetAllSignatureTypes()
343
_env
.AssertValue(writer);
370
_env
.AssertValue(builder);
371
_env
.AssertNonEmpty(text);
372
_env
.AssertNonEmpty(indent);
373
_env
.Assert(screenWidth > 0);