1 write to FullPath
Microsoft.NET.Build.Tasks (1)
ReferenceInfo.cs (1)
33
FullPath
= fullPath;
7 references to FullPath
Microsoft.NET.Build.Tasks (7)
DependencyContextBuilder.cs (4)
302
runtimeAssemblyGroups: [new RuntimeAssetGroup(string.Empty, [CreateRuntimeFile(directReference.FileName, directReference.
FullPath
)])],
434
referenceAssembly.
FullPath
?.StartsWith(_referenceAssembliesPath) == true)
436
resolvedPath = referenceAssembly.
FullPath
.Substring(_referenceAssembliesPath.Length);
440
resolvedPath = Path.GetFileName(referenceAssembly.
FullPath
);
ReferenceInfo.cs (2)
16
public string FileName => Path.GetFileName(
FullPath
);
133
directReferences.Add(referenceInfo.
FullPath
, referenceInfo);
SingleProjectInfo.cs (1)
118
ReferenceInfo referenceInfo = referenceProjectInfo._dependencyReferences.SingleOrDefault(r => r.
FullPath
.Equals(originalItemSpec));