1 write to operations
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ServiceInfo.cs (1)
368
this.
operations
= new List<OperationInfo>();
2 references to operations
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ServiceInfo.cs (2)
374
this.
operations
.Add(new OperationInfo(method,
396
get { return this.
operations
; }