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())); 107AssemblyLoadingUtils.LoadAndRegister(_env, _extraAssemblies); 110using (var ch = _env.Start("Help")) 135_env.AssertValue(_component); 144var infos = _env.ComponentCatalog.FindLoadableClasses(name) 150_env.AssertValue(info.SignatureTypes); 155_env.Assert(signature.BaseType == typeof(MulticastDelegate)); 195var infos = _env.ComponentCatalog.GetAllClasses() 202_env.AssertValue(info.SignatureTypes); 205_env.Assert(signature.BaseType == typeof(MulticastDelegate)); 228_env.Assert(loadName == loadNames[0]); 243writer.WriteLine(CmdParser.ArgumentsUsage(_env, args.GetType(), args, false, columns)); 263var sigs = _env.ComponentCatalog.GetAllSignatureTypes(); 279var infos = _env.ComponentCatalog.GetAllDerivedClasses(typeRes, typeSig) 287_env.Assert(info.LoadNames.Count > 0); 306_env.AssertValue(components); 329var 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);