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