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