6 references to ContainsData
Microsoft.Extensions.AI.Abstractions (3)
Contents\DataContent.cs (3)
179/// If <see cref="ContainsData"/> is <see langword="true" />, this property will return the represented data. 180/// If <see cref="ContainsData"/> is <see langword="false" />, this property will return <see langword="null" />. 182[MemberNotNullWhen(true, nameof(ContainsData))]
Microsoft.Extensions.AI.Abstractions.Tests (3)
Contents\DataContentTests{T}.cs (3)
167Assert.True(content.ContainsData); 175Assert.False(content.ContainsData); 194Assert.True(content.ContainsData);