1 write to Path
Microsoft.Build.Utilities.Core (1)
parent\Shared\AssemblyFolders\Serialization\AssemblyFolderCollection.cs (1)
84item.Path = child.InnerText;
2 references to Path
Microsoft.Build.Utilities.Core (2)
parent\Shared\AssemblyFolders\AssemblyFoldersFromConfig.cs (1)
71.Select(target => new AssemblyFoldersFromConfigInfo(target.Path, GetFrameworkVersion(target.FrameworkVersion)));
parent\Shared\AssemblyFolders\Serialization\AssemblyFolderCollection.cs (1)
96if (item.FrameworkVersion is null || item.Path is null)