2 writes to _fileId
Microsoft.Extensions.AI.Abstractions (2)
Contents\HostedFileContent.cs (2)
30_fileId = Throw.IfNullOrWhitespace(fileId); 41set => _fileId = Throw.IfNullOrWhitespace(value);
1 reference to _fileId
Microsoft.Extensions.AI.Abstractions (1)
Contents\HostedFileContent.cs (1)
40get => _fileId;