1 write to FullName
dotnet-svcutil-lib (1)
Shared\FrameworkInfo.cs (1)
99
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
;
Shared\FrameworkInfo.cs (1)
125
return this.
FullName
;
Shared\MSBuildProj.cs (3)
144
_packageReferenceGroup.Add(new XAttribute("Condition", $"'$(TargetFramework)' != '{netfxInfo.
FullName
}'"));
241
msbuildProj._targetFramework = fxInfo.
FullName
;
552
this.ReferenceGroup.Add(new XElement("Reference", new XAttribute("Condition", $"'$(TargetFramework)' == '{netfxInfo.
FullName
}'"), new XAttribute("Include", dependency.AssemblyName), new XElement("HintPath", dependency.FullPath)));
Shared\Options\OptionValueParser.cs (2)
126
value = fx.
FullName
;
194
value = fx.
FullName
;
Tool.cs (1)
180
{ "TargetFramework", options?.TargetFramework?.
FullName
},