3 references to None
System.ServiceModel (3)
System\ServiceModel\OperationBehaviorAttribute.cs (2)
25ReleaseInstanceMode releaseInstance = ReleaseInstanceMode.None; 100if (description.IsServerInitiated() && this.releaseInstance != ReleaseInstanceMode.None)
System\ServiceModel\ReleaseInstanceMode.cs (1)
22x == ReleaseInstanceMode.None ||