3 references to GetProperty
Aspire.Dashboard (3)
Otlp\Model\OtlpLogEntry.cs (3)
148if (GetProperty(logEntry, ExceptionStackTraceField) is { Length: > 0 } stackTrace) 153if (GetProperty(logEntry, ExceptionMessageField) is { Length: > 0 } message) 155if (GetProperty(logEntry, ExceptionTypeField) is { Length: > 0 } type)