Exemplo n.º 1
0
 public InvocationVerifier(DoNotOverwriteCollectionElements analyzer)
     : base(analyzer.GetInvokedOnName, analyzer.GetPreviousStatements)
 {
     this.analyzer = analyzer;
 }
Exemplo n.º 2
0
 public AssignmentVerifier(DoNotOverwriteCollectionElements analyzer)
 {
     this.analyzer = analyzer;
 }