2 writes to typeCode
System.ServiceModel (2)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
684
this.
typeCode
= Type.GetTypeCode(description.Type.GetElementType());
689
this.
typeCode
= Type.GetTypeCode(description.Type);
4 references to typeCode
System.ServiceModel (4)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (4)
713
switch (
typeCode
)
815
switch (
typeCode
)
851
switch (
typeCode
)
907
switch (
typeCode
)