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