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