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