3 references to LockFileContentFile
NuGet.Commands (2)
RestoreCommand\ContentFiles\ContentFileUtils.cs (2)
190
var lockFileItem = new
LockFileContentFile
(file);
254
return new
LockFileContentFile
("contentFiles/any/any/_._")
NuGet.ProjectModel (1)
Utf8JsonStreamLockFileConverters.cs (1)
10
internal static readonly Utf8JsonStreamLockFileItemConverter<LockFileContentFile> LockFileContentFileConverter = new Utf8JsonStreamLockFileItemConverter<LockFileContentFile>((string filePath) => new
LockFileContentFile
(filePath));