1 write to NoBootstrapping
dotnet-svcutil-lib (1)
Bootstrapper\SvcutilBootstrapper.cs (1)
32this.Options.NoBootstrapping = true;
3 references to NoBootstrapping
dotnet-svcutil-lib (3)
Bootstrapper\SvcutilBootstrapper.cs (1)
65if (this.Options.NoBootstrapping != true)
CommandProcessorOptions.cs (2)
587if (this.NoBootstrapping != true) // value not set or set to false, check whether we need the boostrapper or not. 610bool resolveReferences = this.Project != null && this.TargetFramework.IsDnx && this.NoBootstrapping != true && this.TypeReuseMode != Svcutil.TypeReuseMode.None &&