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