7 writes to type
System.ServiceModel (7)
System\ServiceModel\Dispatcher\QueryValue.cs (7)
43this.type = ValueDataType.Boolean; 56this.type = ValueDataType.Double; 131this.type = ValueDataType.Sequence; 144this.type = ValueDataType.String; 176this.type = ValueDataType.None; 301this.type = newType; 442this.type = ValueDataType.StackFrame;
29 references to type
System.ServiceModel (29)
System\ServiceModel\Dispatcher\QueryValue.cs (29)
153return this.type; 159Fx.Assert(ValueDataType.Double == this.type, ""); 172if (ValueDataType.Sequence == this.type) 182switch (this.type) 188switch (val.type) 203switch (val.type) 218switch (val.type) 233switch (val.type) 251switch (this.type) 274if (newType == this.type) 297if (ValueDataType.Sequence == this.type) 306switch (this.type) 328switch (this.type) 371if (ValueDataType.Boolean != this.type) 381if (ValueDataType.Double != this.type) 391if (ValueDataType.Sequence != this.type) 401if (ValueDataType.String != this.type) 411return (type == this.type); 416Fx.Assert(ValueDataType.Double == this.type, ""); 422Fx.Assert(this.type == ValueDataType.Double, ""); 428Fx.Assert(this.type == ValueDataType.Boolean, ""); 434Fx.Assert(null != context && this.type == ValueDataType.Sequence && null != this.sequence, ""); 456switch (this.type) 478switch (this.type) 500switch (this.type) 521if (ValueDataType.Sequence == this.type) 530if (ValueDataType.Sequence == this.type) 539if (ValueDataType.Sequence == this.type) 548if (ValueDataType.Sequence == this.type)