1 write to opcodes
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryOpcode.cs (1)
484
this.
opcodes
= new QueryBuffer<Opcode>(capacity);
7 references to opcodes
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryOpcode.cs (7)
491
return this.
opcodes
.count;
499
return this.
opcodes
[index];
503
this.
opcodes
[index] = value;
509
this.
opcodes
.Add(opcode);
514
return this.
opcodes
.IndexOf(opcode);
519
this.
opcodes
.Remove(opcode);
524
this.
opcodes
.TrimToCount();