3 writes to canonicalConnectionString
System.WorkflowServices (3)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (3)
555this.canonicalConnectionString = this.connectionString.Trim(); 559this.canonicalConnectionString += "Connection Timeout="; 563this.canonicalConnectionString += ";Connection Timeout=";
3 references to canonicalConnectionString
System.WorkflowServices (3)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (3)
506if (this.canonicalConnectionString != null) 508StringBuilder sb = new StringBuilder(this.canonicalConnectionString); 557if (this.canonicalConnectionString.EndsWith(";", StringComparison.Ordinal))