4 instantiations of NotNullWhen
Microsoft.Extensions.AI.Abstractions (4)
AdditionalPropertiesDictionary{TValue}.cs (1)
160
public bool TryGetValue<T>(string key, [
NotNullWhen
(true)] out T? value)
ChatCompletion\ChatFinishReason.cs (1)
34
public override bool Equals([
NotNullWhen
(true)] object? obj) => obj is ChatFinishReason other && Equals(other);
ChatCompletion\ChatRole.cs (1)
74
public override bool Equals([
NotNullWhen
(true)] object? obj)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
518
public bool TryGetExistingJsonPointer(in JsonSchemaExporterContext context, [
NotNullWhen
(true)] out string? existingJsonPointer)