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