public override void BeforeAnalysis() { base.BeforeAnalysis (); _methodProfilingResults = new MethodProfilingResults (); }
public void SetUp() { _methodProfilingResults = new MethodProfilingResults(); }