1 instantiation of ResourceInfoJson
Aspire.Dashboard (1)
Api\TelemetryApiService.cs (1)
342.Select(r => new ResourceInfoJson
3 references to ResourceInfoJson
Aspire.Dashboard (3)
Api\TelemetryApiService.cs (1)
337public ResourceInfoJson[] GetResources()
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (2)
72[JsonSerializable(typeof(ResourceInfoJson))] 73[JsonSerializable(typeof(ResourceInfoJson[]))]