/// <summary> /// Please refer to the documentation of <see cref="GentleProvider"/> and the /// <see cref="IGentleProvider"/> interface it implements for details. /// </summary> public override GentleAnalyzer GetAnalyzer() { if (analyzer == null) { analyzer = new JetAnalyzer(this); } return(analyzer); }
/// <summary> /// Please refer to the documentation of <see cref="GentleProvider"/> and the /// <see cref="IGentleProvider"/> interface it implements for details. /// </summary> public override GentleAnalyzer GetAnalyzer() { if( analyzer == null ) { analyzer = new JetAnalyzer( this ); } return analyzer; }