1 write to _description
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
519
_description
= description;
2 references to _description
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (2)
534
get { return
_description
; }
553
_serializer = _serializerFactory.CreateSerializer(
_description
.Type, DictionaryName, DictionaryNamespace, _knownTypes);