1 write to RequiresBoostrapping
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
592
this.
RequiresBoostrapping
= SvcutilBootstrapper.RequiresBootstrapping(this.TargetFramework, this.References);
3 references to RequiresBoostrapping
dotnet-svcutil-lib (3)
CommandProcessorOptions.cs (1)
801
if (!this.
RequiresBoostrapping
)
Tool.cs (2)
127
if (options.
RequiresBoostrapping
)
183
{ "RequiresBootstrapping", options?.
RequiresBoostrapping
.ToString() },