2 instantiations of BlockEndOpcode
System.ServiceModel (2)
System\ServiceModel\Dispatcher\XPathCompiler.cs (2)
112Opcode blockEnd = new BlockEndOpcode(); 153Opcode blockEnd = new BlockEndOpcode();
7 references to BlockEndOpcode
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryBranchOp.cs (5)
29this.AddJump((BlockEndOpcode)value); 33internal void AddJump(BlockEndOpcode jumpTo) 55BlockEndOpcode currentJump = (BlockEndOpcode)this.jump; 78internal void RemoveJump(BlockEndOpcode jumpTo)
System\ServiceModel\Dispatcher\QueryTreeBuilder.cs (2)
116BlockEndOpcode jumpTo = (BlockEndOpcode) insertJump.Jump;