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