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