1 write to FullName
dotnet-svcutil-lib (1)
Shared\FrameworkInfo.cs (1)
108fxInfo.FullName = fullFrameworkName;
9 references to FullName
dotnet-svcutil-lib (9)
Bootstrapper\SvcutilBootstrapper.cs (2)
110bool isSupportedTFM = TargetFrameworkHelper.IsSupportedFramework(this.Options.TargetFramework.FullName, out var frameworkInfo); 126var targetFramework = frameworkInfo.FullName;
CommandProcessorOptions.cs (2)
677if (TargetFrameworkHelper.IsEndofLifeFramework(this.TargetFramework?.FullName)) 679this.AddWarning(string.Format(CultureInfo.CurrentCulture, SR.WrnOutOfSupportTargetFrameworkFormat, this.TargetFramework.FullName));
Shared\FrameworkInfo.cs (1)
131return this.FullName;
Shared\MSBuildProj.cs (1)
232msbuildProj._targetFramework = fxInfo.FullName;
Shared\Options\OptionValueParser.cs (2)
126value = fx.FullName; 194value = fx.FullName;
Tool.cs (1)
180{ "TargetFramework", options?.TargetFramework?.FullName },