1 write to operation
System.ServiceModel (1)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
1347
this.
operation
= operation;
3 references to operation
System.ServiceModel (3)
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (3)
1359
if (this.
operation
!= null)
1361
xml.WriteElementString("OperationAction", this.
operation
.Action);
1362
xml.WriteElementString("OperationName", this.
operation
.Name);