2 writes to _use
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlSerializerFormatAttribute.cs (2)
40
_use
= value;
49
set {
_use
= value ? OperationFormatUse.Encoded : OperationFormatUse.Literal; }
2 references to _use
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlSerializerFormatAttribute.cs (2)
36
get { return
_use
; }
48
get { return
_use
== OperationFormatUse.Encoded; }