6 references to TryMatch
Aspire.Dashboard (6)
Model\Assistant\Markdown\AspireEnrichmentParser.cs (6)
70if (TryMatch("trace_id:", text, out var traceId) || TryMatch("traceId:", text, out traceId)) 79if (TryMatch("span_id:", text, out var spanId) || TryMatch("spanId:", text, out spanId)) 88if (TryMatch("log_id:", text, out var logId) || TryMatch("logId:", text, out logId))