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