2 references to MatchSingleFx
System.ServiceModel (2)
System\ServiceModel\Dispatcher\MatchSingleFxEngineOpcode.cs (1)
86internal MatchSingleFxEngineResultOpcode() : base(OpcodeID.MatchSingleFx) { }
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
845Fx.Assert(null != this.query && OpcodeID.MatchSingleFx == this.query.ID, "");