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