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