void IProbeSite.Probe(ProbeContext context) { ProbeContext scope = context.CreateFilterScope("deserialize"); _deserializer.Probe(scope); _output.Probe(scope); }
public void Probe(ProbeContext context) { _wrapped.Probe(context); }