3 writes to _contract
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\ServiceEndpoint.cs (3)
28_contract = contract ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contract)); 33_contract = contract ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(contract)); 66_contract = value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
1 reference to _contract
System.ServiceModel.Primitives (1)
System\ServiceModel\Description\ServiceEndpoint.cs (1)
63get { return _contract; }