3 writes to auditLogLocation
System.ServiceModel (3)
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (3)
26
this.
auditLogLocation
= ServiceSecurityAuditBehavior.defaultAuditLogLocation;
34
this.
auditLogLocation
= behavior.auditLogLocation;
51
this.
auditLogLocation
= value;
3 references to auditLogLocation
System.ServiceModel (3)
System\ServiceModel\Description\ServiceSecurityAuditBehavior.cs (3)
34
this.auditLogLocation = behavior.
auditLogLocation
;
44
return this.
auditLogLocation
;
131
behavior.SecurityAuditLogLocation = this.
auditLogLocation
;