2 writes to auditLogLocation
System.ServiceModel (2)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
151
this.
auditLogLocation
= factory.auditLogLocation;
243
this.
auditLogLocation
= value;
3 references to auditLogLocation
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
151
this.auditLogLocation = factory.
auditLogLocation
;
237
return this.
auditLogLocation
;
885
requirement.AuditLogLocation = this.
auditLogLocation
;