1 instantiation of StringSyntaxAttribute
Microsoft.Extensions.AI (1)
ChatCompletion\OpenTelemetryChatClient.cs (1)
495
private void Log(EventId id, [
StringSyntax
(StringSyntaxAttribute.Json)] string eventBodyJson)
3 references to StringSyntaxAttribute
Microsoft.Extensions.AI (3)
ChatCompletion\OpenTelemetryChatClient.cs (1)
495
private void Log(EventId id, [StringSyntax(
StringSyntaxAttribute
.Json)] string eventBodyJson)
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>