2 writes to serviceLastModified
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebScriptClientGenerator.cs (2)
34this.serviceLastModified = DateTime.UtcNow; 38this.serviceLastModified = new DateTime(this.serviceLastModified.Year, this.serviceLastModified.Month, this.serviceLastModified.Day, this.serviceLastModified.Hour, this.serviceLastModified.Minute, this.serviceLastModified.Second, DateTimeKind.Utc);
8 references to serviceLastModified
System.ServiceModel.Web (8)
System\ServiceModel\Description\WebScriptClientGenerator.cs (8)
38this.serviceLastModified = new DateTime(this.serviceLastModified.Year, this.serviceLastModified.Month, this.serviceLastModified.Day, this.serviceLastModified.Hour, this.serviceLastModified.Minute, this.serviceLastModified.Second, DateTimeKind.Utc); 61serviceLastModifiedRfc1123String = serviceLastModified.ToString("R", DateTimeFormatInfo.InvariantInfo); 118return (ifModifiedSinceDateTime >= serviceLastModified);