Пример #1
0
        void IProbeSite.Probe(ProbeContext context)
        {
            ProbeContext scope = context.CreateFilterScope("deserialize");

            _deserializer.Probe(scope);
            _output.Probe(scope);
        }
 public void Probe(ProbeContext context)
 {
     _wrapped.Probe(context);
 }