2 writes to _typeCode
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
641
_typeCode
= description.Type.GetElementType().GetTypeCode();
646
_typeCode
= description.Type.GetTypeCode();
4 references to _typeCode
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (4)
670
switch (
_typeCode
)
772
switch (
_typeCode
)
808
switch (
_typeCode
)
864
switch (
_typeCode
)