2 writes to _name
Microsoft.Extensions.AI.Abstractions (2)
Functions\AIFunctionMetadata.cs (2)
42
_name
= Throw.IfNullOrWhitespace(name);
64
init =>
_name
= Throw.IfNullOrWhitespace(value);
1 reference to _name
Microsoft.Extensions.AI.Abstractions (1)
Functions\AIFunctionMetadata.cs (1)
63
get =>
_name
;