public _IDiagnosticListener_24(NativeQueryOptimizerDiagnosticsTestCase _enclosing
				)
			{
				this._enclosing = _enclosing;
			}
			public bool Match(NativeQueryOptimizerDiagnosticsTestCase.Subject subject)
			{
				return subject.ComplexName().StartsWith("Test");
			}
示例#3
0
 public _IDiagnosticListener_24(NativeQueryOptimizerDiagnosticsTestCase _enclosing
                                )
 {
     this._enclosing = _enclosing;
 }