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