2 instantiations of StringSyntaxAttribute
Microsoft.Extensions.AI.Abstractions (2)
Contents\DataContent.cs (2)
71
public DataContent([
StringSyntax
(StringSyntaxAttribute.Uri)] string uri, string? mediaType = null)
141
[
StringSyntax
(StringSyntaxAttribute.Uri)]
4 references to StringSyntaxAttribute
Microsoft.Extensions.AI.Abstractions (4)
Contents\DataContent.cs (2)
71
public DataContent([StringSyntax(
StringSyntaxAttribute
.Uri)] string uri, string? mediaType = null)
141
[StringSyntax(
StringSyntaxAttribute
.Uri)]
src\LegacySupport\StringSyntaxAttribute\StringSyntaxAttribute.cs (2)
16
/// <summary>Initializes the <see cref="
StringSyntaxAttribute
"/> with the identifier of the syntax used.</summary>
24
/// <summary>Initializes the <see cref="
StringSyntaxAttribute
"/> with the identifier of the syntax used.</summary>